> ## Documentation Index
> Fetch the complete documentation index at: https://developers.unize.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

Welcome to **Unize**. The Unize API offers access to Unize AI, a collection of AI systems that can operate together or independently to help people work with knowledge and achieve their goals.

[Unize Storage](https://blog.unize.org/p/introducing-unize-storage) is the first component of the Unize API. It lets you generate accurate, coherent knowledge graphs from unstructured text.

**Unize Retrieval** is the newest addition to the API and it answers questions using knowledge graphs. Unlike other systems, Unize Retrieval can answer questions using any knowledge graph (via Cypher import), not just graphs generated using Unize Storage.

Together, Unize Storage and Unize Retrieval provide reliable question answering across a focused set of documents.

#### Walkthroughs

Unize AI can be easily accessed by both non-developers and developers. Select the walkthrough below that you're most interested in to help you get started.

<CardGroup cols={2}>
  <Card title="Playground Walkthrough" icon="computer" href="playground">
    For non-developers, learn how to access Unize AI without writing any code.
  </Card>

  <Card title="API Walkthrough" icon="code" href="api-call">
    For developers, quickly get started with making API calls or integrating Unize AI into your app.
  </Card>
</CardGroup>
