> For the complete documentation index, see [llms.txt](https://docs.livy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.livy.ai/getting-started/chat.md).

# Chat

**1. Login to Livy.AI:**

Login to your Livy.AI account. If you do not have one yet, sign up by providing your details and creating a secure password.

**2. Navigate to the AI Chat Feature:**

Once you're logged in, navigate to the AI Chat feature. This might be located in a menu or a toolbar, depending on the layout of Livy.AI.

**3. Select the Desired Chat Feature:**

Choose between Script Analysis, Career Counselor, or Film Instructor depending on your needs.

**4. Using the Script Analysis Feature:**

* Click on 'Script Analysis'.
* Upload your script or paste the text directly into the chat.
* The AI will analyze your script, providing feedback on plot structure, character development, dialogue, and consistency.

**5. Using the Career Counselor Feature:**

* Click on 'Career Counselor'.
* Enter your query or select a topic from the given list (e.g., career change advice, industry trends, job hunting tips).
* The AI will provide personalized advice based on industry data and trends.

**6. Using the Film Instructor Feature:**

* Click on 'Film Instructor'.
* Type in your question about filmmaking techniques, industry trends, or the creative process.
* The AI will respond with guidance and insights based on its extensive knowledge base.

**7. Review and Save Your Session:**

After your chat session, review the information provided by the AI. You can save the conversation for future reference.

Remember, the AI chat features are tools designed to assist you in your creative journey. While they provide significant insights, they don't replace the need for human judgment and industry expertise. Use them as supplementary resources alongside traditional learning and career development methods.


---

# 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://docs.livy.ai/getting-started/chat.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.
