# Getting Started

You can download your subscribed database in two different ways:

* Database download from your dashboard on the webpage
* Database download from using URL on your terminal

**Option 1: Database download from the account dashboard**

You can visit the Data Downloads page to download your database.

The steps are as follows:

1. Access your account information
2. Select the database file type to download, including: DAT, TXT, CSV file formats.
3. Download the corresponding database.

#### Option 2: Download the database using a URL

You can use the data download URL to download your database.

1. Access your account information
2. Select the database file type to download, including: DAT, TXT, CSV file formats.
3. Click the Copy button to copy the download URL of the corresponding database


---

# 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.ipnews.io/database-documentation/editor.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.
