# Projects

The **Projects** menu is the integration point between Power Omni and the Azure resource in your Microsoft Azure account. Registering a project is a technical prerequisite to enable token consumption and AI model management within the platform.

<figure><img src="/files/hdOkeEVbd06C7hkRucVE" alt=""><figcaption></figcaption></figure>

### How to Register a New Project

To add a new project in Power Omni, follow these steps:

1. Access the menu **Artifacts > Projects**.
2. Click the **Create Project** button in the upper-right corner.
3. Fill in the fields with the information obtained from your Azure environment.

| Field                 | Description                                                                  |
| --------------------- | ---------------------------------------------------------------------------- |
| Name                  | Internal identification name of the Project in Power Omni.                   |
| Endpoint URL          | The API address of the Azure AI Foundry resource in your Azure account.      |
| Resource Group Name   | The name of the Resource Group where Azure AI Foundry was created.           |
| Azure AI Foundry Name | The exact name of the Azure AI Foundry resource created in the Azure portal. |
| Subscription ID       | The Subscription ID of your Azure account where the resource is hosted.      |

### Access Permissions

{% hint style="info" %}

### **Atenção:**&#x20;

When creating the Azure AI Foundry resource, it is mandatory to add the **"Azure AI User"** permission to the Power Omni service principal.

Without this permission, the platform will not be able to interact with your Azure resource, and token consumption will not be processed.
{% endhint %}


---

# 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.poweromni.ai/en/administration-and-configuration/artifacts/projects.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.
