> For the complete documentation index, see [llms.txt](https://enoch-app.gitbook.io/enoch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enoch-app.gitbook.io/enoch/technology/atlantis-a.i-engine/evie-chat-assistance.md).

# Evie Chat Assistance

<figure><img src="/files/fRxEL9bFeDd0EwFnL0K8" alt=""><figcaption></figcaption></figure>

### Introduction to Evie Chat Assistance on Enoch

Evie Chat Assistance is an AI-powered virtual assistant available on the Enoch app. It is designed to help you with various tasks and queries, making your experience on the platform more efficient and enjoyable. Evie Chat Assistance can assist you with a variety of tasks, including providing information, helping you navigate the app, and even suggesting personalized content based on your preferences.

### Why Use Evie Chat Assistance on Enoch?

Using Evie Chat Assistance can be a great way to enhance your experience on the Enoch app. Whether you're a new user or a seasoned one, Evie Chat Assistance can provide quick and helpful responses to any questions or concerns you may have. It can also help you discover new features and content on the app that you may have otherwise missed. Additionally, using Evie Chat Assistance can help you save time and effort when navigating the app, allowing you to focus on the activities and features that matter most to you.

### How to Use Evie Chat Assistance on Enoch?

Using Evie Chat Assistance on Enoch is simple and straightforward. To access Evie Chat Assistance, simply click on the chat icon on the app's left bottom. From there, you can ask any questions or queries you may have, and Evie Chat Assistance will provide helpful and informative responses. You can also interact with Evie Chat Assistance using voice commands if your device has a microphone.

### When to Use Evie Chat Assistance on Enoch?

You can use Evie Chat Assistance on Enoch anytime you have a question or concern about the app or its features. Whether you're looking for specific information, need help navigating the app, or want to discover new content, Evie Chat Assistance is always available to assist you. Additionally, if you're experiencing any issues or problems with the app, Evie Chat Assistance can provide troubleshooting and technical support. Overall, Evie Chat Assistance is a valuable tool that can help you get the most out of your Enoch experience.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://enoch-app.gitbook.io/enoch/technology/atlantis-a.i-engine/evie-chat-assistance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
