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

# Chats

## About chats

Chats are a really powerful tool to get to the answer you need. Asking follow up questions until you make sure you fully got what you needed.

<img src="https://mintcdn.com/manu/ZzW_Zey6-WPWdoUq/images/chat.png?fit=max&auto=format&n=ZzW_Zey6-WPWdoUq&q=85&s=bd06395a79e1292aa5197dc29baa6f2d" alt="chat" width="1115" height="605" data-path="images/chat.png" />

## Features

### Relevant

manu uses [Sonnet 3.5](https://www.anthropic.com/news/claude-3-5-sonnet) from Anthropic to generate responses. It has proven many times that is the most powerful model for coding or coding related tasks.

More so, we've indexed documentation from popular npm packages (more package managers coming soon) so you get back references to the original docs that were used when generating the answer.

### Chat about a specific library

You can mention a specific library by using  `@`  so you get answers that are related to it or include it.

<img src="https://mintcdn.com/manu/ZzW_Zey6-WPWdoUq/images/chat-reference.png?fit=max&auto=format&n=ZzW_Zey6-WPWdoUq&q=85&s=0f0cf092670455383b35e223ea913307" alt="" width="1042" height="70" data-path="images/chat-reference.png" />

You can also specify a certain version by typing `:` after:

<img src="https://mintcdn.com/manu/ZzW_Zey6-WPWdoUq/images/chat-reference-version.png?fit=max&auto=format&n=ZzW_Zey6-WPWdoUq&q=85&s=50ed1c4f05ec3d70d81fadb59882cb0a" alt="" width="1051" height="74" data-path="images/chat-reference-version.png" />

Creating the right context for manu is the best way to get the most out of it and specifying the libraries you are using makes sure the answers are extremely relevant to you.

### Control the answer returned

With chat you can control how manu should respond. If you feel like having a short, to the point conversation with it, you can use the top slider to control the length of the response returned.

<video autoPlay muted loop src="https://mintcdn.com/manu/ZzW_Zey6-WPWdoUq/videos/chat-response.mp4?fit=max&auto=format&n=ZzW_Zey6-WPWdoUq&q=85&s=855d15c3694baba7a5b85571718ee040" data-path="videos/chat-response.mp4" />

You can also control the amount of comments that the generated snippets or code contains.

We will be adding more controls soon so you get the perfect style of conversation you need.
