# Getting started

- [Use Twake on twake.app](https://doc.twake.app/gettingstarted/use-twake-on-twake.app.md): Ready to use Twake with your team?
- [Install on your server](https://doc.twake.app/gettingstarted/installation.md): How to install Twake
- [Scale with Twake](https://doc.twake.app/gettingstarted/installation/scale-with-twake.md): You need Twake for more than 500 users ? You want to leverage ScyllaDB and ElasticSearch replication ? You are in the right place !
- [Configuration](https://doc.twake.app/gettingstarted/configuration.md): More details about Twake configuration.
- [Security](https://doc.twake.app/gettingstarted/configuration/security.md): You should update this security keys to ship Twake in production.
- [Custom domain + HTTPS](https://doc.twake.app/gettingstarted/configuration/custom-domain-and-https.md): Use a custom domain with Twake
- [Apache2 configuration](https://doc.twake.app/gettingstarted/configuration/custom-domain-and-https/apache2-configuration.md): 🙏 From Dahpril (community) https://github.com/TwakeApp/Twake/issues/76
- [Configure mail server](https://doc.twake.app/gettingstarted/configuration/configure-mail-server.md): To configure your mail serveur with Twake.
- [Customisation](https://doc.twake.app/gettingstarted/configuration/customisation.md): How to make Twake feel better in your company.
- [Connectors and plugins](https://doc.twake.app/gettingstarted/configuration/connectors-and-plugins.md): You can connect anything you want on Twake, read this to know how.
- [👨‍💻 Authentication modes](https://doc.twake.app/gettingstarted/configuration/authentication-modes.md): Twake let you authenticate using CAS or OpenID.
- [Using Keycloak (LDAP, OpenID and more)](https://doc.twake.app/gettingstarted/configuration/authentication-modes/using-keycloak-ldap-openid-and-more.md): Use Keycloak with Twake
- [Installing Twake with LemonLDAP (LDAP, OpenID and more)](https://doc.twake.app/gettingstarted/configuration/authentication-modes/installing-twake-with-lemonldap-ldap-openid-and-more.md): Harder than KeyCloak but has other features, see official LemonLDAP site.


---

# 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/gettingstarted.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.
