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

# SkooBot Integrations

Once you have decided which app you want to send your data to, Here is how you can integrate it.&#x20;

### SkooBot Integration with Available Apps

1. Log in to the SkooBot dashboard using the link <https://app.skoobot.com/>.
2. Navigate your bot and find the `3rd Party Apps Integrations` option on the dashboard.&#x20;
3. Once you find the list of all integrations available, search for the desired integrations.&#x20;
4. Once you find your integrations in the list, click on the connect button and follow the on-screen steps.&#x20;
5. If You are facing issues with the integration, You can look for detailed integration tutorials.


---

# 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.skoobot.com/3rd-party-apps-integrations/skoobot-integrations.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.
