> For the complete documentation index, see [llms.txt](https://support.suptask.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.suptask.com/getting-started.md).

# Getting Started

- [Install Suptask](https://support.suptask.com/getting-started/install-suptask.md): Install the Suptask app in your Slack workspace
- [Invite the Suptask App](https://support.suptask.com/getting-started/install-suptask/invite-the-suptask-app.md): Learn how to invite the Suptask App in Slack
- [Slack permissions](https://support.suptask.com/getting-started/install-suptask/explanation-of-slack-permissions-scopes.md): The Slack permissions scope that the Suptask app is making use of
- [Quickstart: Manage and Reply on tickets](https://support.suptask.com/getting-started/install-suptask/manage-and-reply-on-tickets.md): Learn how to manage and respond to tickets
- [Your First Suptask Inbox](https://support.suptask.com/getting-started/your-first-inbox-and-form.md): Get started with your first Inbox and Form
- [Key concepts](https://support.suptask.com/getting-started/key-concepts.md): Understand the fundamentals of Suptask
- [Quickstart: Internal Help Desk](https://support.suptask.com/getting-started/quickstart-internal-help-desk.md): Support your employees with an internal help desk in Slack
- [Quickstart: Customer Support](https://support.suptask.com/getting-started/quickstart-customer-support.md): Support your customers in their dedicated Slack channels
- [User Guides](https://support.suptask.com/getting-started/user-guides.md)
- [Ticketing as an Agent](https://support.suptask.com/getting-started/user-guides/ticketing-as-an-agent.md): Follow this guide to get started as an Agent in Suptask
- [Ticketing as a User](https://support.suptask.com/getting-started/user-guides/ticketing-as-a-user.md): A guide to get started with Suptask as a User who submits tickets
- [Rollout and Onboarding guide](https://support.suptask.com/getting-started/user-guides/rollout-and-onboarding-guide.md): How to onboard users and rollout Suptask to your organization
- [Customer Support using Suptask](https://support.suptask.com/getting-started/user-guides/customer-support-using-suptask.md): How to submit and manage your support requests with Suptask
- [FAQ & Troubleshooting](https://support.suptask.com/getting-started/faq.md): Frequently Asked Questions and Common Issues
- [Contact Support](https://support.suptask.com/getting-started/contact-support.md): Get in touch with our Support team
- [Videos](https://support.suptask.com/getting-started/videos.md): Watch videos to learn more about Suptask


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.suptask.com/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
