# Quick start

- [Overview](https://openvector.gitbook.io/docs/quick-start/overview.md)
- [Setting up Client Node](https://openvector.gitbook.io/docs/quick-start/editor.md)
- [Encrypting Data](https://openvector.gitbook.io/docs/quick-start/editor-1.md)
- [Tensor Multiplication](https://openvector.gitbook.io/docs/quick-start/editor-2.md)
- [Decrypting the Ouput](https://openvector.gitbook.io/docs/quick-start/editor-3.md)
- [Verifying the Output](https://openvector.gitbook.io/docs/quick-start/editor-4.md)
- [Running the Program](https://openvector.gitbook.io/docs/quick-start/editor-5.md)
- [Python-Binding Tutorial](https://openvector.gitbook.io/docs/quick-start/editor-6.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://openvector.gitbook.io/docs/quick-start.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.
