# Get Started

- [Sign Up and Sign In](https://docs.allpass.ai/get-started/sign-up-and-sign-in.md): These guides ensure a smooth and secure process for both registering and accessing your account.
- [Navigation](https://docs.allpass.ai/get-started/navigation.md): This page provides an in-depth look at how to efficiently move through our platform, ensuring you can find and use all features effortlessly.
- [Test and Live Modes](https://docs.allpass.ai/get-started/test-and-live-modes.md): This page explains the differences between Test Mode and Live Mode for you to learn how and when to switch between them.
- [Company Settings](https://docs.allpass.ai/get-started/company-settings.md): This page provides detailed instructions on how to configure and manage your company's settings
- [Application](https://docs.allpass.ai/get-started/application.md): The Applications page is where you configure key settings and credentials needed to interact with our Public API and Webhooks. This guide will walk you through creating and managing applications:
- [Work With the Team](https://docs.allpass.ai/get-started/work-with-the-team.md)
- [User Roles and Permissions](https://docs.allpass.ai/get-started/work-with-the-team/user-roles-and-permissions.md): This page explains how to manage access control within the platform
- [Send Invites and Assign Roles](https://docs.allpass.ai/get-started/work-with-the-team/send-invites-and-assign-roles.md): This guide ensures you can seamlessly expand and manage your team within the platform.
- [Notifications Settings](https://docs.allpass.ai/get-started/notifications-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://docs.allpass.ai/get-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.
