# VeilDB

## Overview

Welcome to VeilDB user documentation. There are two main sections:

1. User Guide - user documentation on how to work with a solution, step-by-step instructions on installation and configuration of the application. It should be the first step when starting to work with a solution.
2. The Development Guide contains some development notes. It could be useful for those who are going to contribute or customize.<br>

## Disclaimer

This project was started as a "pet-project," and was primarily intended to be a commercial service. However, since it has been abandoned, we decided to move it to Open Source and migrate the documentation and related assets from our internal repositories.

The reason for creating a separate "Service" interface was the project's commercial nature from the outset.

Let us know by email at <support@veildb.com> if you notice any issues in the documentation, or fix them directly and contribute.

### License

This project is licensed under the Apache License, Version 2.0.

The maintainers may offer the software under alternative licenses in the future,\
including commercial or hosted (SaaS) offerings.


---

# 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://veildb.gitbook.io/veildb-docs/readme.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.
