# Configuration

All configuration options are declared in a yaml file named `sugar_config.yml`. This yaml file will hold information such as where your dbt projects live as well as high-level dbt-sugar behavioural configs such as whether you want to exclude some dbt models from dbt-sugar's scope, whether you want to homonegise definitons accros your models etc.&#x20;

Check the [Sugar Config](/dbt-sugar/installation-and-configuration/configuration/sugar-config.md) section to see how to set it up as well as to find out the exhaustive list of configuration options you can set up.


---

# 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://bitpicky.gitbook.io/dbt-sugar/installation-and-configuration/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.
