# Getting Started

- [Sign Up](https://docs.sail.money/usesail/getting-started/quickstart.md): To start using Sail, let's first create your Sail Account and unique agent.
- [Add Referral Code](https://docs.sail.money/usesail/getting-started/add-referral-code.md): After choosing your login method, you’ll be asked to enter a referral code.
- [Set Up Notifications](https://docs.sail.money/usesail/getting-started/publish-your-docs.md): Sail supports two notification channels: Telegram and Email. You can connect one, both, or neither. Notifications keep you informed about your agent's activity without needing to open the app.
- [Deposit](https://docs.sail.money/usesail/getting-started/deposit.md): After setting up (or skipping) Telegram, you’ll see the First Deposit screen.
- [Personalize & Start Agent](https://docs.sail.money/usesail/getting-started/personalize-and-start-agent.md): After your first deposit, you’ll choose how your agent runs: start with default permissions or personalize your own.


---

# 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://docs.sail.money/usesail/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.
