# Quick starts

```json metadata
{
  "title": "Quick starts",
  "description": "Redis quick start guides",
  "categories": ["docs","develop","stack","oss","rs","rc","oss","kubernetes","clients"],
  "tableOfContents": {"sections":[]}

,
  "codeExamples": []
}
```
Redis can be used as a database, cache, streaming engine, message broker, and more. The following quick start guides will show you how to use Redis for the following specific purposes:

1. [Data structure store](https://redis.io/docs/latest/develop/get-started/data-store)
2. [Document database](https://redis.io/docs/latest/develop/get-started/document-database)
3. [Vector database](https://redis.io/docs/latest/develop/get-started/vector-database)

Please select the guide that aligns best with your specific usage scenario.

You can find answers to frequently asked questions in the [FAQ](https://redis.io/docs/latest/develop/get-started/faq).

