# Configuration

## Disable features

The following features can be switched off depending on your needs:

* Data related:
  * The laboratory data tab and query form (REACT*APP*ODD\_BIOLOGY)
  * The medication data tab and query form (REACT\_APP\_ODD\_MEDICATION)
* Features of Cohort360:
  * The cohort export form and buttons (REACT\_APP\_ODD\_CONTACT)
  * The contact form and buttons (REACT\_APP\_ODD\_EXPORT)

You can find how it is done in the \`constants.js\` file: <https://github.com/aphp/Cohort360/blob/develop/src/constants.js>


---

# 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.cohort360.org/technical-documentation/front-ends/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.
