# Getting Started

1. **Installation**: We will guide you through the process of installing the SDK in your development environment.
2. **Configuration**: We will show you how to configure the SDK, including setting up the connection to the Siriusnet Blockchain and providing the necessary API keys.
3. **Basic Usage**: We will demonstrate the basic usage of the SDK, including how to record a battle and how to retrieve battle records.

By the end of this section, you should have a good understanding of how to integrate the Siriusnet Blockchain SDK into your game and start using it to record and retrieve battle records.


---

# 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://siriusnetdocs.gitbook.io/doc/sdks-and-apis/games/sdk-documentation/getting-started.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.
