# Redmine

You will need to create a new Redmine installation. Go to <https://www.redmine.org/projects/redmine/wiki/RedmineInstall> and follow the instructions. Alternatively, you can use a Docker image: <https://hub.docker.com/_/redmine> or a hosted solution.

Once you have your Redmine application make sure you have the REST API enabled. Go to Administration -> Settings -> API and check the "Enable REST web service" option.

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

After that, you will need to create a new API key. Go to Administration -> Users -> Edit user and create a new API key.

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

You will enter this API key and also the URL of your Redmine installation in when connecting each Redmine component.

<figure><img src="/files/TV3Lr2Z0zXAFhqTWMUNs" 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://docs.appmixer.com/6.0/6.2/app-registration/redmine.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.
