# Feature Configuration

Welcome to the **Feature Configuration** section. This space is dedicated to collecting and documenting the setup and configuration needs that may exist for certain features in the Elentra platform. These configuration guides may include information on prerequisites, server configuration, or even integrations with external services.\
\
This section is still growing, if you have anything that you believe should be listed or amended within the Feature Configuration guides, please reach out to one of the Core Team developers in the `#developers` channel, or via direct message.


---

# 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://docs.elentra.org/technical/developers/feature-configuration.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.
