# Open GitHub issues

{% hint style="info" %}
You can configure Catana to open a GitHub issue immediately when a new TODO is introduced.
{% endhint %}

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

By default, Catana creates a GitHub issue [when a TODO expires](/core-concepts/regular-and-expiring-todos.md#expiring-todos).\
You can however **enable the option to open a GitHub issue immediately** when a new TODO is introduced.

#### Reminders

When a TODO expires, Catana will notify its assignee by commenting on the opened issue.


---

# 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.catana.dev/configuration/open-github-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.
