# Getting Started

- [Introduction](https://docs.usepylon.com/pylon-docs/getting-started/quickstart.md)
- [Quick Start](https://docs.usepylon.com/pylon-docs/getting-started/publish-your-docs.md)
- [Slack Setup](https://docs.usepylon.com/pylon-docs/getting-started/slack-setup.md)
- [Channel Configuration](https://docs.usepylon.com/pylon-docs/getting-started/channel-configuration.md): To integrate Pylon seamlessly with Slack, there's two main steps to configuration: setting up your Internal Threads workflow, and then actually connecting individual channels in Pylon.
- [User Guide](https://docs.usepylon.com/pylon-docs/getting-started/user-guide.md): Common tips and tracks on how to setup and use Pylon!


---

# 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.usepylon.com/pylon-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.
