# Configure 🖊️

When editing a project you can customize:

| Section              | Description                                                                                            |
| -------------------- | ------------------------------------------------------------------------------------------------------ |
| Project Information  | <p>Choose a unique name for your project. <br>A simple name to identify it.</p>                        |
| Business Information | Add correspondent legal info about this project.                                                       |
| DPO Information      | <p>This section is mandatory per the GDPR. <br>Add the DPO information so that the users can reach it. |

</p>                                                 |
| Languages             | Choose the default and the active languages for the project.&#xD;                                                                                           |
| Themes                | <p>You can customize the Logo (add the url of the image of your logo) <br>and the Header background color (the color is in rgb format, ex: "#cccccc" ).</p> |
| What policies to use  | After creating the policies you can select which ones to use in the project.&#xD;                                                                           |
| What cookies to use   | After creating the cookies you can select which ones to use in the cookies.&#xD;                                                                            |
| What platforms to use | After creating the cookies you can select which ones to use in the cookies.&#xD;                                                                            |


---

# 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.getcomplied.com/configure.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.
