> For the complete documentation index, see [llms.txt](https://docs.understand.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.understand.tech/introduction.md).

# Introduction

This guide will walk you through every feature of Understand Tech, helping you get the most out of your data. It’s designed to be step-by-step and easy to follow; whether you’re using the platform to onboard customers, support internal teams, or scale knowledge delivery across your organization.

{% hint style="success" %}
And, promise, no matter if you are a team lead, part of any department, or a developer, you'll be able to harness the platform with ease.&#x20;
{% endhint %}

**But first ...**

### What is Understand Tech ?&#x20;

Understand Tech is an **AI Application Factory**: a platform to create, deploy, and run AI applications on your own data, inside your own environment.

Not just chatbots, but real applications that *do the work*. Generating test cases from a spec, answering standards questions with citations, analyzing payroll files, drafting reports, the kind of tasks your teams actually spend their days on.

And because everything can run on-premise, your data never leaves the building.

<div data-with-frame="true"><figure><img src="/files/5AUAki1g94afsufJ3bvs" alt="" width="563"><figcaption></figcaption></figure></div>

#### What you can do with it

**Pick an app from the Marketplace.** Ready-made applications for technical teams (Test Case Generator, Standards Navigator, Workbench, Compliance) and for regulated industries (Multi-LLM Portals, Assistants, Chat with CSV). Deploy them as they are.

**Build your own with App Builder.** Describe what you need in plain language: what it does, what knowledge it uses, who it's for. Get a working app in minutes. No code. Refine it through conversation until it's right, then package it as your own.

**Plug it into your products with the API.** REST APIs and SDKs (Python, TypeScript) for developers who want Understand Tech as the AI backend behind their own tools.

**Centralize knowledge in Knowledge Bases.** One place for your documents, specs, and references. Every app and workflow pulls from it automatically.

**Automate with no-code Workflows.** Chain apps and models together to handle document analysis, classification, report generation, multi-model reasoning, and more.

**Deploy anywhere.** Embed apps on your website, share them as internal tools, expose them as APIs, or connect them to your CRM, n8n, and other systems.

#### Where it runs

Three options, same platform:

* **AI-In-a-Box**, a secure appliance powered by NVIDIA GB10, installed inside your network. Fully air-gapped.
* **Customer-managed VPC**, your cloud, your control.
* **SaaS**, fastest to get started.

Whichever you choose, the experience is identical.

#### Security by design

Sovereign LLM (Understand AI), SOC 2 certified, GDPR compliant, end-to-end encryption, and zero data retention with external model providers.

Full details on our Trust Center: 🔗 <https://trust.understand.tech>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.understand.tech/introduction.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.
