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

# Getting Started

- [Getting set up](https://help.gleantap.com/getting-started/getting-set-up.md): Onboarding steps in Gleantap
- [Inviting Members](https://help.gleantap.com/getting-started/getting-set-up/inviting-members.md)
- [Configure Email](https://help.gleantap.com/getting-started/configure-email.md): How to set up your email so it's ready to use in your account
- [Configure SMS](https://help.gleantap.com/getting-started/configure-sms.md): How to set up your SMS number and opt-in settings to be ready to use in your account.
- [Configure AI Chatbot](https://help.gleantap.com/getting-started/configure-ai-chatbot.md): This tool can answer questions, provide support and generate leads in your Gleantap inbox, social media messaging platforms and can be added to your website as a Chatbot Widget.
- [Notifications](https://help.gleantap.com/getting-started/notifications.md): How to set up notifications via email and Web in your Gleantap account
- [SMS Notifications](https://help.gleantap.com/getting-started/notifications/sms-notifications.md): How to enable SMS notifications for your team
- [Setup Yealink Phone](https://help.gleantap.com/getting-started/setup-yealink-phone.md): Use a physical Yealink or other IP phone with our VOIP
- [Forwarding Emails to Gleantap](https://help.gleantap.com/getting-started/forwarding-emails-to-gleantap.md): If you are using a different reply-to than what's configured within Gleantap, you can have the emails forwarded into Gleantap from your Email Provider.


---

# 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://help.gleantap.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.
