# The Channel Experience

- [How to create a join request to someone](https://docs.tempybot.me/tempy-bot/experience/how-to-create-a-join-request-to-someone.md): Here you will be shown how you can ask someone for an channel invitation.
- [How to block someone from your channel](https://docs.tempybot.me/tempy-bot/experience/block.md): Here you will be shown how you can block someone from your Tempy channel.
- [How to make your channel only accessible for someone](https://docs.tempybot.me/tempy-bot/experience/onlyfor.md): Here you will be shown how you can block someone from your Tempy channel.


---

# 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.tempybot.me/tempy-bot/experience.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.
