# Working with Issues

- [Create a new issue](https://docs.protocol.land/working-with-issues/create-a-new-issue.md): Create a new issue using the web UI.
- [Assign an issue](https://docs.protocol.land/working-with-issues/assign-an-issue.md): Assign an issue to a contributor using the web UI.
- [Comment on an issue](https://docs.protocol.land/working-with-issues/comment-on-an-issue.md): Add a comment on an issue using the web UI.
- [Close an issue](https://docs.protocol.land/working-with-issues/close-an-issue.md): Close an issue using the web UI.
- [Reopen an issue](https://docs.protocol.land/working-with-issues/reopen-an-issue.md): Reopen an issue using the web UI.
- [Create a new bounty](https://docs.protocol.land/working-with-issues/create-a-new-bounty.md): Create a new bounty for an issue using the web UI.
- [Close a bounty](https://docs.protocol.land/working-with-issues/close-a-bounty.md): Close a bounty for an issue using the web UI.


---

# 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.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.
