# Getting Started

### Welcome to Jeti!

Creating a Jeti account unlocks the ability to post and begin interacting in your local community, as well as the ability to follow your friends.

Here you can learn how to:

* [Create an account](/welcome-to-jeti/getting-started/making-an-account.md) and [edit your profile](/using-jeti/your-profile/editing-your-profile.md)
* [Navigate the app](/welcome-to-jeti/getting-started/navigating-the-app.md)
* [Find people you know](/welcome-to-jeti/getting-started/navigating-the-app.md) or [people you don't](/using-jeti/discovering-content.md)

{% hint style="warning" %}
People in areas that haven't been unlocked yet will only be able to create an account.

[Click here for more on unlocking areas.](/welcome-to-jeti/unlocking-areas.md)
{% endhint %}


---

# 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.jeti.app/welcome-to-jeti/getting-started.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.
