# User-owner association

User-owner association is an important part of using ODD Platform. If a user doesn't have an association with any [owner](/configuration-and-deployment/enable-security/authorization/owners.md), it's impossible for them to manage data entities or have an owner-based security role.

There are 2 ways of association process - for admins and for regular users. We will cover both of them in details below.

### Admin

Association process for admins is straightforward.

1. After logging in you will see modal dialog in the bottom of the main page
2. Select owner which you want to associate yourself with and press `Associate` button.

### User

Association process for regular users is a bit more complicated and involves a few more steps

1. After logging in you will see the same modal dialog as admins in the bottom of the main page
2. Select owner which you want to associate yourself with and press `Send request` button.
3. In the [Management → Associations](/features/management.md) tab admin user will see your association request.
4. Admin should approve request for finishing association process or deny it if there are any issues with current request.

After all these steps user will have an associated owner which can be used across the platform.

{% hint style="info" %}
User-owner relation is one-to-one relation, which means, that one user can be associated only with one owner and vice versa.
{% 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.opendatadiscovery.org/configuration-and-deployment/enable-security/authorization/user-owner-association.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.
