---
title: "Quickstart after installation"
description: "Configure a detected agent, run a safe demo, and review the decision history that AIF creates locally."
---

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

# Quickstart after installation

Complete these steps only after the AIF client is installed and available in a new shell. This page deliberately does not repeat the installation command.

## Configure your detected agent

```sh title="Terminal"
aif configure
```

Expected result: AIF lists the configured integration and confirms the local protection service is reachable.

## Run the safe demo

```sh title="Terminal"
aif demo
```

Expected result: AIF records safe allow and block decisions using demo data. The demo does not inspect your repository.

## Open the local history

```sh title="Terminal"
aif show
```

Expected result: the local viewer opens on `127.0.0.1:47391`.

## Verify the state at any time

```sh title="Terminal"
aif status
```

Use the [command-output reference](/reference/command-output) if you need to interpret the result, and continue with [agent setup](/integrations/configure) for an explicit agent selection and validation command.

Source: https://docs.harden.run/getting-started/quickstart/index.mdx
