# Create Your First Project

{% hint style="info" %}
**Tip:** With this quick tutorial, you can learn how to easily start your first flight.
{% endhint %}

Good Station is a project-based flight app for easy drone flying. In order to start a flight, you need to create a flight project and create a mission in the project. A project can contain multiple missions.&#x20;

After completing the settings and connecting the aircraft, the app will upload the mission to the aircraft. Starting the mission is as simple as a single click, and the aircraft will autonomously execute the flight plan based on your settings.

During the mission, you can monitor the entire life cycle of the mission from the FPV and the map interfaces, and intervene the execution of the mission at any time.&#x20;

In most cases, you do not need any intervention on the automatic flight mission, the aircraft will automatically return to the preset home location (usually the take-off location) after completing the mission.

## Create Project

Hit the big blue + on the homepage to create a new project.

![](https://2335787272-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKgh71qVmIlVsmg3vOiN9%2Fuploads%2Fwwwz84h36XogGCvP8OYJ%2FIMG_0964.PNG?alt=media\&token=704875ad-ff49-4ddc-a328-e1fcc7a411d7)

Then you can click the project title to give it a new name, or click the cover to enter the mission editor.


---

# 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://goodstation.gitbook.io/good-station/english/guide/create-your-first-project.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.
