> For the complete documentation index, see [llms.txt](https://openvector.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://openvector.gitbook.io/docs/quick-start/overview.md).

# 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!
