> For the complete documentation index, see [llms.txt](https://docs.tomorrowx.com/cap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomorrowx.com/cap/product-reference/quick-product-introduction/creating-a-configuration-for-the-rule-set.md).

# Creating a Configuration for the Rule Set

Our rule set is now complete, and the next step is to get it running on the Proxy Server. This requires a configuration. Configurations provide all of the instructions for how rule sets obtain their input, how they connect to databases, under what circumstances rule sets are run and so on.

To create a new configuration, click on Configurations in the console administration tree:

<figure><img src="/files/DMk0MtiOYnFO5qKcTQOs" alt=""><figcaption><p>Configurations tree</p></figcaption></figure>

The create new configuration page is shown. Select your Google Ad Remover repository, enter the file name **RemoveAds** and a short description:

<figure><img src="/files/YHx3H3ymlHNeiHoItcHb" alt=""><figcaption><p>New Configurations</p></figcaption></figure>

Click **Create** to create the configuration. You will notice that the configuration automatically selects the **NoAds** rule set. However, if you have multiple rule sets you will need to ensure that you set the correct one.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tomorrowx.com/cap/product-reference/quick-product-introduction/creating-a-configuration-for-the-rule-set.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
