# Project Configuration

**Project Configuration** defines the **global execution rules** for your team.\
It centralizes key parameters such as provider selection, routing preferences, and access controls so every request follows a consistent policy within your project.

You can set these rules either through the **web console** or via the **API**.

**Setting via the Web Console 💻**

1. Go to your [profile settings](https://cortecs.ai/userArea/userProfile)
2. Select the correct **project** from the project selector
3. Adjust the configuration parameters to match your requirements
4. Click **Save Settings** to apply the changes.

> ⚠️ **Note:** When creating a new project, a default schema is applied.

With **Project Configuration**, you can enforce consistent policies for all workloads—helping you control **cost 💰**, **performance ⚡**, and **compliance 🛡️** across your team.


---

# 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.cortecs.ai/features/project-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.
