# Tutorials

- [How to turn data into Vectors (code)](https://learn.getvectorai.com/vector-ai-documentation/how-to-turn-data-into-vectors-code.md): A guide to turning data into vectors with VectorHub.
- [How to turn text into Vectors](https://learn.getvectorai.com/vector-ai-documentation/how-to-turn-data-into-vectors-code/how-to-turn-text-into-vectors.md): An introduction to turning data into vectors.
- [How to turn images Into Vectors](https://learn.getvectorai.com/vector-ai-documentation/how-to-turn-data-into-vectors-code/how-to-turn-images-into-vectors.md): A guide to turning images into Vectors.
- [How to turn audio into Vectors](https://learn.getvectorai.com/vector-ai-documentation/how-to-turn-data-into-vectors-code/how-to-turn-audio-into-vectors.md)
- [Image Search For Developers](https://learn.getvectorai.com/vector-ai-documentation/search.md): Introduction To Image Search For Developers
- [How To Combine Different Vectors For Search](https://learn.getvectorai.com/vector-ai-documentation/400-how-to-combine-different-vectors-to-search.md): Searching across multiple vectors is easy with Vector AI!
- [How To Combine Different Vectors With Exact Matching Text](https://learn.getvectorai.com/vector-ai-documentation/400-how-to-combine-different-vectors-with-exact-matching-text.md): Searching across multiple vectors with exact text match
- [Semantic NLP search with FAISS and VectorHub](https://learn.getvectorai.com/vector-ai-documentation/semantic-nlp-search-with-faiss-and-vectorhub.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://learn.getvectorai.com/vector-ai-documentation.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.
