# Whats a Project

Projects are a collection of files and/or an App that you want to host on the web.

Traditionally, servers are synonymous with apps/landing pages/websites.

**What we're aiming to do is break that conventional wisdom!**

We treat servers as disposable items that can be changed out, scaled up or down as required, and can run on any cloud provider you desire, all with the click of just a few buttons.

**The focus is your project - not your server.**

Every project has a unique name, so make sure you use something meaningful.

When you create your project we suggest a random name which your fine to use if you prefer.


---

# 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/getting-started/projects.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.
