# Basic Operations

- [Channel Creation](https://notiboy-project.gitbook.io/notiboy-project/basic-operations/channel-creation.md): Creating a channel by channel creator.
- [Channel Deletion](https://notiboy-project.gitbook.io/notiboy-project/basic-operations/channel-deletion.md): Creating a channel by channel creator.
- [Channel Opt-In/ Opt-Out](https://notiboy-project.gitbook.io/notiboy-project/basic-operations/channel-opt-in-opt-out.md)
- [Notifications](https://notiboy-project.gitbook.io/notiboy-project/basic-operations/notifications.md): Public and personal notifications.
- [Subscription Tiers](https://notiboy-project.gitbook.io/notiboy-project/basic-operations/subscription-tiers.md)
- [API Key Generation](https://notiboy-project.gitbook.io/notiboy-project/basic-operations/api-key-generation.md)
- [API](https://notiboy-project.gitbook.io/notiboy-project/basic-operations/api.md): APIs for interacting with Notiboy service
- [Community Standards](https://notiboy-project.gitbook.io/notiboy-project/basic-operations/community-standards.md): Our Community Standards apply to everyone all around the world, and to all types of content.


---

# 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://notiboy-project.gitbook.io/notiboy-project/basic-operations.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.
