# Creating an issue

Issues act as a platform that allows users to comment on, and propose changes to metadata items. Issues can be assigned a label, to better contextualise or identify them.

### How to create an issue

1. Select the 'Issues' tab from the desired metadata item page.

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

2. Select 'New Issue', then 'New Issue' from the dropdown.

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

3. Populate the 'Title' and 'Description' fields as desired.

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

**Note:** The title (name) of the issue is shown in lists and notifications.

4. **If you wish to add labels to the item**, select those that apply from the 'Labels' field.

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

**Notes:**

* If the item does not belong to a Stewardship Organisation, no labels will be available to choose from
* See [*Creating an issue label*](/collaborating-within-the-registry/issues-and-change-requests/creating-an-issue-label.md) if you need to create a label.

5. Select 'Create Issue'.

<figure><img src="/files/so9Y0IsEy8PuRcnOj83s" 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.aristotlemetadata.com/collaborating-within-the-registry/issues-and-change-requests/creating-an-issue.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.
