# Key Concepts

Here is a quick summary of concepts within LaunchPal:

* [**Projects**](https://github.com/ajph/launcher/tree/1f22876bcd20630b81ec6355e46bbe94b573ef9b/projects.md) are like campaigns. They are a collection of files and/or an App that you want to host on the web.
* [**Apps**](/applications/applications.md) are the core software or functionality for your project . For now each project is one app, but in future we may allow you to have multiple apps in a project
* [**Servers**](/hosts/hosts.md) host your project and app. They should be treated as disposable parts of your business that you start and destroy as you launch and kill campaigns.
* [**Domains**](https://github.com/ajph/launcher/tree/1f22876bcd20630b81ec6355e46bbe94b573ef9b/domains.md) can be associated with any project or app. You can create as many subdomains for a domain as you want.
* [**Templates**](https://github.com/ajph/launcher/tree/1f22876bcd20630b81ec6355e46bbe94b573ef9b/templates.md) are a snapshot of a project to make it super easy to save and recreate your favorite setup.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.launchpal.com/welcome/key-concepts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
