# Configure Data Stores

To start using Valohai, you will have to configure at least one data store. \\

This store will be used for keeping:

* Data, used or produced by the executions
* Code that's been used in the executions
* Logs produced by the executions

Valohai currently supports next stores:

* [Amazon S3](/data/configure-data-stores/amazon-s3.md)
* [Azure Blob Storage](/data/configure-data-stores/azure-blob-storage.md)
* [Google Buckets](/data/configure-data-stores/google-bucket.md)
* [OVH Object Storage](/data/configure-data-stores/ovh-object-storage.md)
* [Oracle Bucket Storage](/data/configure-data-stores/oracle-bucket-storage.md)


---

# 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.valohai.com/data/configure-data-stores.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.
