> For the complete documentation index, see [llms.txt](https://help.aristotlemetadata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aristotlemetadata.com/stewardship-tasks/organisation-records/linking-an-organisation-record-to-a-metadata-item.md).

# Linking an organisation record to a metadata item

{% hint style="info" %}
Only Stewardship Organisation Administrators can link an organisation record to a metadata item.
{% endhint %}

Stewardship Organisation Administrators can link organisation records to metadata items in order to identify them as being associated with the relevant organisation.

1. From the desired metadata item's  'Actions' dropdown, select 'Open item editor'.

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

2. Select 'Names & References'.

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

3. Select 'Add' from the 'Organisation Records' field.

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

4. Select whether the relevant organisation is responsible only for submitting the metadata item ('Submitting Organisation'), or is responsible for the metadata item in general even after submission ('Responsible Organisation') using the 'Type' dropdown.

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

5. Select the organisation record you wish to assign to this metadata item using the 'Organisation Record' dropdown.

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

6. Select 'Save Changes'.

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

7. The linked organisation record will now appear on the item's page.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.aristotlemetadata.com/stewardship-tasks/organisation-records/linking-an-organisation-record-to-a-metadata-item.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
