# Getting Started

- [Overview](https://replate.gitbook.io/replate-docs/getting-started/overview.md)
- [Plans](https://replate.gitbook.io/replate-docs/getting-started/plans.md)
- [Dashboard](https://replate.gitbook.io/replate-docs/getting-started/dashboard.md): The Dashboard is a web app that simplifies account management by offering an intuitive interface for subscription control, store management, billing, and settings.
- [Plan](https://replate.gitbook.io/replate-docs/getting-started/dashboard/plan.md): The Plan section allows you to view and manage your current subscription on Replate. This page provides all the relevant information about the active plan, its limits, and the available upgrade option
- [Stores](https://replate.gitbook.io/replate-docs/getting-started/dashboard/stores.md): The Stores section allows users to manage all the stores (locations) associated with their Replate account.
- [Billing](https://replate.gitbook.io/replate-docs/getting-started/dashboard/billing.md)
- [Documents](https://replate.gitbook.io/replate-docs/getting-started/dashboard/documents.md)
- [Settings](https://replate.gitbook.io/replate-docs/getting-started/dashboard/settings.md)


---

# 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://replate.gitbook.io/replate-docs/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.
