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

# Introduction

> Exulu IMP frontend documentation

## Overview

The Exulu IMP frontend provides a web interface for managing and interacting with your Exulu IMP backend.

## Quick start

Install and run the frontend:

```bash theme={null}
npx @exulu/frontend
```

The frontend will start on `http://localhost:3000` and automatically connect to your Exulu IMP backend.

## Features

The Exulu frontend includes:

* **GraphQL Playground** - Interactive API explorer at `/explorer`
* **Agent management** - Create and configure agents
* **Context management** - Manage semantic search contexts
* **Workflow builder** - Visual workflow editor
* **Evaluation tools** - Test and evaluate agent performance
* **User management** - Manage users, roles, and permissions

## Configuration

The frontend automatically detects your Exulu IMP backend configuration when run in the same directory as your backend project.

## Next steps

<Info>
  Frontend documentation is coming soon. In the meantime, explore the [Backend documentation](/index) and [API reference](/api-reference/introduction).
</Info>
