# Installing digiRunner API Management

1. To install digiRunner API Management, go to our [GitHub repository](https://github.com/TPIsoftwareOSPO/digiRunner-Open-Source), and follow instructions in the `README.md` file.
2. After completing the installation, open your browser and navigate to: [http://localhost:31080/dgrv4/login](< http://localhost:31080/dgrv4/login>).
3. Log in using the default credentials:
   * Username: `manager`
   * User password: `manager123`

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

4. Upon successful login, you will see the text **digiRunner Express** displayed in the upper left corner.

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

Now, let's [register your first API with digiRunner](/digirunner-open-source/get-started/registering-your-first-apis-with-digirunner.md), and start to explore digiRunner's features!


---

# 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.tpi.dev/digirunner-open-source/get-started/installation.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.
