# Overview

Welcome to the OpenVector Network quickstart guide! OpenVector Network is a cutting-edge framework that enables computation over encrypted data using secure homomorphic encryption. By combining the OpenVector Network with the powerful CoFHE library, you can securely compute on sensitive data without compromising privacy.

This quickstart assumes you have a working knowledge of C++ and will guide you through essential concepts and tutorials to get up and running quickly. Each section in this guide covers a simple, practical aspect of working with the network.

***

### **Getting Started**

To begin using the OpenVector Network, you will:

1. Set up a **Client Node** to connect to the network.
2. **Encrypt Data** that will be securely transmitted and computed on.
3. Perform operations like **Tensor Multiplication** over encrypted data.
4. **Decrypt Output** to obtain usable results.
5. **Verify Output** to ensure correctness of computations.
6. Run the program seamlessly through the network.

Each step is covered in detail in the subsequent tutorial sections. This overview provides a roadmap for the tutorials, so you can focus on specific tasks as needed.

***

### **Quick Start Sections**

1\. [**Setting up a Client Node**](#id-1.-setting-up-a-client-node)

2\. [**Encrypting Data**](#id-2.-encrypting-data)

3\. [**Tensor Multiplication**](#id-3.-tensor-multiplication)

4\. [**Decrypting Output**](#id-4.-decrypting-output)

5\. [**Verifying Output**](#id-5.-verifying-output)

6\. [Running the Program](#id-6.-running-the-program)

***

### **Next Steps**

Ready to dive in? Start with [Setting up a Client Node](#id-1.-setting-up-a-client-node) to begin your journey with OpenVector Network.

If you have questions or need help, consult the documentation or reach out to the OpenVector community. Happy coding!


---

# 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/overview.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.
