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

# AI Chat Page

> The AI Chat page is a full-screen artificial intelligence assistant interface where you can interact with all your project's data in a deep and focused way.

# AI Chat Page

The AI Chat page is a full-screen artificial intelligence assistant interface where you can interact with all your project's data in a deep and focused way. This page allows for the features offered by the [DinoBot AI Assistant](/en/general-features/dinobot-ai) to be used in a larger workspace.

## Accessing the Chat Page

While inside the relevant project, simply click the **AI Chat** (<img src="https://mintcdn.com/bul/ixiTLdmXNZ20kCob/icons/chat-outline.svg?fit=max&auto=format&n=ixiTLdmXNZ20kCob&q=85&s=60190ec8b40afcd0805043eb2faea942" alt="chat-outline" className="inline align-middle dark:invert" style={{width: '16px', height: '16px', margin: 0}} width="24" height="24" data-path="icons/chat-outline.svg" />) icon in the left menu.

Direct URL: `https://app.bultech.co/company/:companyId/project/:projectId/chat`

## Interface and Functionality

This page consists of two main sections:

<AccordionGroup>
  <Accordion title="Chat Flow (Center Panel)">
    * **Past Conversations:** All your previous conversations with DinoBot are displayed here.
    * **User Messages:** The questions or commands you send.
    * **DinoBot Responses:** The answers, analyses, and summaries provided by the artificial intelligence.
  </Accordion>

  <Accordion title="Input Area (Bottom Section)">
    * **Text Box:** You type your question or command here.
    * **File Upload (<img src="https://mintcdn.com/bul/ixiTLdmXNZ20kCob/icons/paperclip.svg?fit=max&auto=format&n=ixiTLdmXNZ20kCob&q=85&s=971d0a53af019279fc1142777b575c0a" alt="paperclip" className="inline align-middle dark:invert" style={{width: '16px', height: '16px', margin: 0}} width="24" height="24" data-path="icons/paperclip.svg" />):** Click this icon to upload documents (PDF, etc.) related to your question.
    * **Send Button (<img src="https://mintcdn.com/bul/ixiTLdmXNZ20kCob/icons/arrow-up-thin.svg?fit=max&auto=format&n=ixiTLdmXNZ20kCob&q=85&s=4b63e8f79cca8713d2e4f1bedd2b68d4" alt="arrow-up-thin" className="inline align-middle dark:invert" style={{width: '16px', height: '16px', margin: 0}} width="24" height="24" data-path="icons/arrow-up-thin.svg" />):** Click this button or press `Enter` to send your question.
  </Accordion>
</AccordionGroup>

## Use Cases

This page is ideal for complex questions that involve multiple data sources or require detailed analysis.

* **Data Comparison:** "Compare the top 5 costliest items in the budget with the actual costs."
* **Document Analysis:** You can upload a contract PDF and ask, "Summarize the payment terms in this contract."
* **Report Generation:** "Create a summary table of approved change orders."

<Info>
  All your interactions take place within the scope of your [permissions](/en/platform-rules/roles-and-permissions-rbac) in your project.
</Info>
