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

# Overview

### Some Key Benefits

Canopy smoothly handles all the nuances of conversation so you don't have to, including:

* Handling interruptions from the user
* Understanding semantically whether they are at the end of their thought and it is a good time to respond.
* Keeping the latency down around 800ms which is natural for conversation
* Realistic visual character displays

### Customisations

<p>
  Here is a list of the key properties that you can <b> customise </b>with Canopy. This list may not be exhaustive, but it should give you a good idea of what you can do:
</p>

| Property               | Description                                                       |
| ---------------------- | ----------------------------------------------------------------- |
| Voice                  | We currently support all Open AI and Eleven Labs\* voices.        |
| Speed                  | Speed of speech back                                              |
| Large Language Model   | We support Open AI models                                         |
| LLM System Message     | You instantiate Canopy with a system message                      |
| Message Thread         | You can add, delete, and update messages dynamically.             |
| Actions                | You can make API calls, run searchs, and take actions dynamically |
| Character Size         | You can modify the background of the character                    |
| Character Appearance\* | You can control the way the character looks                       |

<b> \* Will rely you to contact us before having access </b>

<p />

<CardGroup cols={2}>
  <Card title="Get Started" icon="image" href="/">
    Get started with a couple of lines of code.
  </Card>

  <Card title="Speech and Visual Concepts" icon="image" href="/documentation/speech-and-visual-concepts">
    Concepts around speech and visuals
  </Card>

  <Card title="LLM Concepts" icon="pen-to-square" href="/documentation/actions-and-llm-concepts">
    Get up and running in a couple of lines of code.
  </Card>

  <Card title="Action Taking Agents" icon="pen-to-square" href="/documentation/key-concepts">
    An overview of all customisation concepts.
  </Card>
</CardGroup>
