# What is the Tracker Database Password?

By default, CopyStorm/Restore tracker databases are stored in `$HOME/.capstorm/copyStormRestoreSets` as [H2 databases](http://www.h2database.com/html/main.html). Documentation on the database schema and how to access it can be found here. You will also need the answer to the question:

{% file src="<https://2924009365-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5FyPmqVkPxhj2oT8fbgB%2Fuploads%2Fgit-blob-0684c952225259b1c5ed6a7825b79d2c2ad5029a%2F391e88db-TrackerDatabaseInternals.pdf?alt=media>" %}

* What Username and Password do I need to access a tracker database?

The answer is:

* Username: `root`
* Password: `capstorm`

Before spending a lot of time accessing the Tracker Database directly, look at the [Tracker Database](https://learn.capstorm.com/copystorm-restore/reference/tracker-database-tab) tab in the CopyStorm/Restore GUI.


---

# 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://learn.capstorm.com/copystorm-restore/frequently-asked-questions/what-is-the-tracker-database-password.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.
