# Create a new issue

Creating an issue helps track tasks, enhancements, bugs and other requests within a project.

Follow these steps to create a new issue in a repository on Protocol.Land:

1. Navigate to the main page of the repository and select the Issues tab.\
   ![](/files/HsP5xgpFIBgOarA7KFAd)
2. Click “New issue”.\
   ![](/files/BKTEhZHhKnz7W45vXfZ6)
3. You will be directed to the issue creation page.
4. Type in the title for the issue.
5. ⁠Type in the description summarizing the necessary information for the issue.
6. Click “Create Issue” located at the bottom of the page.\
   ![](/files/ojp7fmM0EhZ1HUm8IVYO)
7. You are redirected to the issue page where you can see the relevant details.


---

# 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.protocol.land/working-with-issues/create-a-new-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.
