# Assigning Resources to Teams

Assigning resources to teams defines ownership inside Aikido. It ensures that findings are routed to the right people, dashboards stay relevant, and teams only see what they are responsible for.

This page explains all available ways to assign resources, including individual and bulk options.

### Assign from the Team Page

1. Go to [Settings → Teams](https://app.aikido.dev/settings/teams)
2. Select a team
3. Open the Responsibility tab

   <figure><img src="/files/m3FI2k6C1Uq46ZehztFp" alt=""><figcaption></figcaption></figure>
4. Click "Link Resource"
5. Select resource type, and search and add resources<br>

   <figure><img src="/files/4xruBNG6KqS9959FaLLt" alt="" width="563"><figcaption></figcaption></figure>

### Assign from the Resource Page

You can also assign a team while viewing the resource itself.

#### Repositories

Open a Repository → Configure → Teams responsible

<figure><img src="/files/7OyVQF0jjh3850OsMkJk" alt=""><figcaption></figcaption></figure>

#### Cloud Accounts

Open a Cloud Connection → Configure → Teams responsible

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

### Domains & API's

Open the Front-end, REST, or GraphQL scan configuration from the Settings page (or the action menu in the list view) and link the domain to an asset.

You can link it to either a repository or a container. Once linked, the scan inherits the team permissions from that asset.

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

### Bulk Assignment

Bulk actions are available on resource list pages in [settings](https://app.aikido.dev/settings/account).

{% hint style="info" %}
If bulk actions are not visible, assignment must be done individually.
{% endhint %}

**Repositories**

[Settings → Repositories](https://app.aikido.dev/settings/integrations/repositories) → Select multiple → Bulk Actions → Assign to team

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

**Containers**

[Settings → Containers](https://app.aikido.dev/settings/container-image-registry) → Select multiple → Bulk Actions → Assign to team

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


---

# 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://help.aikido.dev/getting-started/manage-teams-and-applications/assigning-resources-to-teams.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.
