# Feature

- [AI (Components)](https://codenull.gitbook.io/dev/configurations/feature/ai-components.md): Disclaimer: Please note that the AI Components feature is currently in Beta.
- [AI (Code Editor)](https://codenull.gitbook.io/dev/configurations/feature/ai-code-editor.md): Disclaimer: Please note that the AI Copilot feature is currently in Beta.
- [How to Open a Feature on a Modal](https://codenull.gitbook.io/dev/configurations/feature/how-to-open-a-feature-on-a-modal.md)
- [Feature versions](https://codenull.gitbook.io/dev/configurations/feature/feature-versions.md): Manage feature versions, allow you to create draft feature versions, when you have to develop something before releasing it to the final user.


---

# 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://codenull.gitbook.io/dev/configurations/feature.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.
