# Getting started

### [Speedb releases on GitHub](https://github.com/speedb-io/speedb/releases)

The following section covers how to get using Speedb:

* [Speedb example: ](/getting-started/speedb-example.md)the fastest way to get Speedb up and running
* [How to compile Speedb](/getting-started/how-to-compile-speedb.md)[ from source](/getting-started/how-to-compile-speedb.md)
* [Use prebuilt binaries ](/getting-started/install.md)
* [Drop-in replacement for Rocksdb:](/getting-started/drop-in-replacement.md) for existing rocksdb users that would like to start using Speedb with minimum steps&#x20;

###

Questions? Please feel free to contact us via [GitHub](https://github.com/speedb-io/speedb/discussions) or [Discord](https://discord.gg/52yzKZ5G9D).

{% hint style="info" %}
Please be sure to read and follow our [Code of Conduct](https://github.com/speedb-io/speedb/blob/main/CODE_OF_CONDUCT.md).
{% endhint %}


---

# 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.speedb.io/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.
