# How to use it

- [Welcome to Twake !](https://doc.twake.app/how-to-use-it/welcome.md): Discover how to use Twake
- [Console](https://doc.twake.app/how-to-use-it/console.md): How to use the Twake console
- [Users](https://doc.twake.app/how-to-use-it/console/users.md): How users are managed in the Twake console
- [Company & workspace](https://doc.twake.app/how-to-use-it/company-and-workspace.md): How company and workspace work on Twake
- [Invite user from Chat](https://doc.twake.app/how-to-use-it/company-and-workspace/invite-user-from-chat.md): Invite user from Twake
- [Rights](https://doc.twake.app/how-to-use-it/company-and-workspace/rights.md): How rights are managed on Twake
- [Applications](https://doc.twake.app/how-to-use-it/applications.md): Discover Twake application
- [Chat](https://doc.twake.app/how-to-use-it/applications/how-to-use-chat.md): How Twake chat is working
- [Channels](https://doc.twake.app/how-to-use-it/applications/how-to-use-chat/channels.md): Discover how channels are used on Twake
- [Message](https://doc.twake.app/how-to-use-it/applications/how-to-use-chat/message.md): Send message on Twake
- [Drive](https://doc.twake.app/how-to-use-it/applications/drive.md): How you can use the drive on Twake
- [File and folder](https://doc.twake.app/how-to-use-it/applications/drive/file-and-folder.md): How you can create file & folder on Twake
- [Share file with public link](https://doc.twake.app/how-to-use-it/applications/drive/share-file-with-public-link.md): How you can share your files with a public link
- [Calendar](https://doc.twake.app/how-to-use-it/applications/calendar.md): How to use Twake calendar
- [Tasks](https://doc.twake.app/how-to-use-it/applications/tasks.md): How to use Twake task
- [Connectors](https://doc.twake.app/how-to-use-it/applications/connectors.md): How to add connector on Twake
- [n8n](https://doc.twake.app/how-to-use-it/applications/connectors/n8n.md): Did you ever dreamed to use Twake and n8n together ?
- [Desktop and mobile app](https://doc.twake.app/how-to-use-it/desktop-and-mobile-app.md): Yes, we have desktop and mobile apps !
- [Privacy](https://doc.twake.app/how-to-use-it/privacy.md)


---

# 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://doc.twake.app/how-to-use-it.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.
