# Creating Policies

{% hint style="info" %}
Roles ROLE\_SUPERADMIN or ROLE\_ADMIN are necessary to create, view, and administer policies.
{% endhint %}

### Policy Scopes

You can create organizational policies within three scopes; Organization, Entity & Project. You must have administrative privileges to create policies.

**Organization Scope:** Policies created at the organization level apply to all entities and all projects for the organization. You can create organization-level policies from the top menu by clicking on Policies.&#x20;

![Organization scope policies](/files/-MidRsn9gmPvzhfbcV-7)

**Entity Scope:** Policies created within an entity apply to direct projects of the entity and all projects of all child entities. Entity-level policies can be created by clicking on the Policy.&#x20;

![Entity scope policies](/files/-MidSojxIzrNiqyH0fYw)

**Project Scope:** Project-level policies are only applied to the project to which they're attached.

![Project scope policies](/files/-MidTFmqGHLWZf9Gx5As)

### Adding a Policy

From within the chosen scoped policy administration, click "Add policy." The following screen will be displayed to provide the ability to enter your policy metadata. Security and License policies must be created separately as conditions may not be mixed between them.&#x20;

![Add policy screen](/files/-MidVTgIzzjyUgy-Lrwk)


---

# 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.threatrix.io/policy-management/overview.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.
