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

# Everyday tasks

> Use Copilot to search tickets, look up knowledge, summarize conversations, draft replies, chart analytics, and find users with natural language.

Use Copilot for the tasks you do every day: finding tickets, looking up answers in your knowledge base, catching up on conversations, and drafting replies.

<Frame>
  <img noZoom src="https://d1kzozfjh72w00.cloudfront.net/documentation/screenshots/automate/copilot/interactive-cards.png" alt="Interactive ticket cards in Copilot" />
</Frame>

***

## Tickets

### Search and filter tickets

Find <Tooltip headline="Tickets" tip="Support requests and work items" cta="Learn about tickets" href="/documentation/tickets/channels">tickets</Tooltip> using natural language. Copilot understands what you mean even when your wording does not exactly match the ticket content, so you can describe what you are looking for in your own words.

**Supported filters:**

* Priority, status, assignee, or requester
* Channel or form
* Tags and source (Slack, email, web)
* Date ranges (created, updated, resolved, due date)

When Copilot returns search results, it shows interactive ticket cards you can click to go directly to the ticket. It also displays the active filters so you can see exactly what criteria were applied.

<Info>
  You can ask Copilot what ticket statuses or tags are available in your workspace if you are not sure what to filter by. For example, "What ticket statuses do we have?" or "Show me all tags."
</Info>

**Example prompts:**

<Prompt description="Show me open tickets in the IT Support channel assigned to me">
  Show me open tickets in the IT Support channel assigned to me
</Prompt>

<Prompt description="Find high priority HR tickets created in the last 7 days">
  Find high priority HR tickets created in the last 7 days
</Prompt>

<Prompt description="What tickets did the Benefits team resolve this week?">
  What tickets did the Benefits team resolve this week?
</Prompt>

### View ticket details

Get complete ticket information, including the conversation history, current status, priority, who it is assigned to, custom field values, and tags. Reference tickets by their ID, like `IT-4892` or `HR-2041`.

**Example prompts:**

<Prompt description="Show me the details on IT-4892">
  Show me the details on IT-4892
</Prompt>

<Prompt description="What's the latest on HR-2041?">
  What's the latest on HR-2041?
</Prompt>

<Prompt description="Summarize the conversation on HOPS-1157">
  Summarize the conversation on HOPS-1157
</Prompt>

### Summarize and draft responses

When you open Copilot from a ticket page, it can read the full conversation and help you work through it.

**Summarize**: Ask Copilot to summarize a ticket's conversation to quickly understand what has happened, what decisions were made, and what still needs to be done.

**Draft responses**: Ask Copilot to write a reply based on the conversation and your knowledge base. Copilot shows the draft as an interactive suggestion you can review, edit, and insert into the ticket.

**Example prompts:**

<Prompt description="Summarize this ticket conversation">
  Summarize this ticket conversation
</Prompt>

<Prompt description="What are the open action items on this ticket?">
  What are the open action items on this ticket?
</Prompt>

<Prompt description="Draft a reply explaining the next steps for this employee's laptop replacement">
  Draft a reply explaining the next steps for this employee's laptop replacement
</Prompt>

<Prompt description="Draft a response using what the knowledge base says about our VPN setup process">
  Draft a response using what the knowledge base says about our VPN setup process
</Prompt>

### Create and update tickets

Create tickets by describing what you need. Set the channel, form, priority, and assignee. If the form has custom fields (like dropdowns or multi-select options), Copilot fills them in based on your description.

**Example prompts:**

<Prompt description="Create a ticket for a password reset in the IT Support channel and assign it to Jamie Lee">
  Create a ticket for a password reset in the IT Support channel and assign it to Jamie Lee
</Prompt>

<Prompt description="File a high priority ticket about the VPN being down for the Austin office and tag it outage">
  File a high priority ticket about the VPN being down for the Austin office and tag it outage
</Prompt>

<Prompt description="Escalate IT-4892 to high priority">
  Escalate IT-4892 to high priority
</Prompt>

<Prompt description="Assign HR-2041 to Jamie Lee and set the due date to next Friday">
  Assign HR-2041 to Jamie Lee and set the due date to next Friday
</Prompt>

**What you can update on a ticket:**

* Title and description
* Priority, status, and category
* Assignee, requester, and followers
* Tags and custom field values
* Due date
* Channel (move to a different channel) and form (change the ticket's form)
* Parent ticket
* Privacy settings

<Callout icon="link" color="#6B7280">
  You can also use Copilot to [create and manage forms and channels](/documentation/automate/copilot/configure-workspace) that define how tickets are submitted
</Callout>

***

## Knowledge base

### Search your knowledge base

Search your organization's internal <Tooltip headline="Knowledge base" tip="Searchable documentation and resources" cta="Learn about knowledge" href="/documentation/automate/knowledge/overview">knowledge base</Tooltip> for answers about company policies, processes, and procedures. Copilot understands what you mean even when your wording does not exactly match the document content, so you can ask questions in your own words. It cites the source documents so you can verify the information.

**Example prompts:**

<Prompt description="What is our PTO policy?">
  What is our PTO policy?
</Prompt>

<Prompt description="How do I set up the VPN on a Mac?">
  How do I set up the VPN on a Mac?
</Prompt>

<Prompt description="What are the steps for offboarding an employee?">
  What are the steps for offboarding an employee?
</Prompt>

### Walkthrough: answering a ticket using your knowledge base

When you are working on a ticket, you can ask Copilot to find relevant information from the knowledge base and use it to draft a reply.

<Steps>
  <Step title="Open Copilot from the ticket">
    Navigate to the ticket and open the Copilot side panel. Copilot automatically has context about the ticket's conversation.
  </Step>

  <Step title="Ask about the issue">
    <Prompt description="What does our knowledge base say about resetting two-factor authentication?">
      What does our knowledge base say about resetting two-factor authentication?
    </Prompt>
  </Step>

  <Step title="Draft a reply">
    Copilot returns relevant passages with source citations. Ask it to turn that into a response.

    <Prompt description="Draft a reply to this employee explaining the 2FA reset process based on what you found">
      Draft a reply to this employee explaining the 2FA reset process based on what you found
    </Prompt>
  </Step>
</Steps>

***

## Analytics and reporting

Ask Copilot to count, chart, or trend data over <Tooltip headline="Tickets" tip="Support requests and work items" cta="Learn about tickets" href="/documentation/tickets/channels">tickets</Tooltip>, ticket messages, <Tooltip headline="Knowledge base" tip="Searchable documentation and resources" cta="Learn about knowledge" href="/documentation/automate/knowledge/overview">knowledge base</Tooltip> documents, or <Tooltip headline="Workflow runs" tip="Executions of automated workflows" cta="Learn about workflows" href="/documentation/automate/workflows/overview">workflow runs</Tooltip>. Copilot renders the chart in the conversation, then offers to save it to a <Tooltip headline="Dashboard" tip="Collection of analytics widgets" cta="Learn about analytics" href="/documentation/measure/analytics">dashboard</Tooltip> as a reusable widget.

### Chart data on demand

Describe the breakdown or trend you want. Copilot picks the right card type — a grouped metric for breakdowns and totals, or a trend for time series — and renders it inline.

**Example prompts:**

<Prompt description="Graph tickets by status">
  Graph tickets by status
</Prompt>

<Prompt description="How many high priority tickets did we get this month?">
  How many high priority tickets did we get this month?
</Prompt>

<Prompt description="Show ticket volume per day for the last 30 days">
  Show ticket volume per day for the last 30 days
</Prompt>

<Prompt description="Break down workflow runs by status this week">
  Break down workflow runs by status this week
</Prompt>

### Save a chart to a dashboard

After Copilot renders a chart, it suggests **Add this to a dashboard** or **Create a new dashboard with this chart**. Pick an existing dashboard to keep related widgets together, or start a new one.

**Example prompts:**

<Prompt description="Add this to my Support Overview dashboard">
  Add this to my Support Overview dashboard
</Prompt>

<Prompt description="Create a new dashboard called Weekly Ops Review with this chart">
  Create a new dashboard called Weekly Ops Review with this chart
</Prompt>

### Manage dashboards

Ask Copilot to list, read, or update dashboards without leaving the conversation.

**Example prompts:**

<Prompt description="What dashboards do we have?">
  What dashboards do we have?
</Prompt>

<Prompt description="Show me the latest numbers from my SLA Compliance dashboard">
  Show me the latest numbers from my SLA Compliance dashboard
</Prompt>

<Prompt description="Change the date range on the Support Overview dashboard to the last 90 days">
  Change the date range on the Support Overview dashboard to the last 90 days
</Prompt>

<Prompt description="Rename the deflection widget on my AI Impact dashboard to Weekly deflection rate">
  Rename the deflection widget on my AI Impact dashboard to Weekly deflection rate
</Prompt>

<Info>
  Saved widgets inherit each dashboard's default date range and time interval. Update the dashboard's view options to shift every widget on it at once.
</Info>

<Callout icon="link" color="#6B7280">
  Learn more about [analytics dashboards](/documentation/measure/analytics)
</Callout>

***

## Users and channels

Find information about people and Slack channels in your workspace.

<AccordionGroup>
  <Accordion title="Users" defaultOpen>
    Search for users by name, get contact information, and look up user details for ticket assignments.

    **Example prompts:**

    <Prompt description="Who is Jamie Lee?">
      Who is Jamie Lee?
    </Prompt>

    <Prompt description="What's Priya Patel's email address?">
      What's Priya Patel's email address?
    </Prompt>
  </Accordion>

  <Accordion title="Channels and Slack apps">
    List available Slack channels and connected Slack app integrations.

    **Example prompts:**

    <Prompt description="What Slack channels do we have?">
      What Slack channels do we have?
    </Prompt>

    <Prompt description="Tell me about the IT Support channel">
      Tell me about the IT Support channel
    </Prompt>
  </Accordion>
</AccordionGroup>

***

## Get help with Ravenna

Copilot can also search Ravenna's own product documentation to help you learn how features work or figure out how to do something in the platform. When Copilot finds relevant documentation, it shares links you can click to read the full article.

**Example prompts:**

<Prompt description="How do I create a new form for time-off requests?">
  How do I create a new form for time-off requests?
</Prompt>

<Prompt description="How do I set up a triage channel in Slack?">
  How do I set up a triage channel in Slack?
</Prompt>

<Prompt description="What workflow triggers are available?">
  What workflow triggers are available?
</Prompt>

<Prompt description="How do I connect a new integration?">
  How do I connect a new integration?
</Prompt>

***

## Tips

* **Use Copilot from the ticket page** for summarization and drafting. It automatically has the full conversation.
* **Ask naturally.** You do not need to use exact keywords when searching. "What's our vacation policy?" works just as well as searching for the exact document title.
* **Reference tickets by ID** (like `IT-4892` or `HR-2041`) to go straight to the ticket you need.
* **Check source citations.** Copilot cites which knowledge base documents it pulled from, so you can verify accuracy or share the source with the requester.

<Callout icon="link" color="#6B7280">
  Learn more about [using Copilot](/documentation/automate/copilot/using-copilot), [tickets](/documentation/tickets/channels), [knowledge base](/documentation/automate/knowledge/overview), and [users](/documentation/platform/roles-access)
</Callout>
