# Features

- [Impersonation](https://intercode.gitbook.io/intercode-saas-kit/features/impersonation.md): Here you can read how impersonation functionality works step by step
- [Subscriptions (Stripe)](https://intercode.gitbook.io/intercode-saas-kit/features/subscriptions-stripe.md): Learn how to connect Stripe with website and use it with subscriptions.
- [Search](https://intercode.gitbook.io/intercode-saas-kit/features/search.md): How the search function is built and where it is rooted.
- [Sentry](https://intercode.gitbook.io/intercode-saas-kit/features/sentry.md): This page explains how to set up Sentry debugging tools
- [Captcha](https://intercode.gitbook.io/intercode-saas-kit/features/captcha.md): Here you can read how to set up Google reCAPTCHA
- [Audit Logs](https://intercode.gitbook.io/intercode-saas-kit/features/audit-logs.md): Here you will learn about app audit logs system
- [Internationalization](https://intercode.gitbook.io/intercode-saas-kit/features/internationalization.md): Here you can learn how to setup internationalization via i18next


---

# 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://intercode.gitbook.io/intercode-saas-kit/features.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.
