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

# Use a connector in chat

> Ask questions, build outreach lists, and write back from a connected tool.

Once a tool is connected and allowed, you don't do anything special to use it — you just ask. The agent reaches into the connected tool as part of answering you.

## Asking a question

Mention the tool, or just ask naturally — the agent knows what you've connected:

<CodeGroup>
  ```text HubSpot theme={null}
  How many deals are in our pipeline right now?
  What's the recent activity on Acme Health?
  ```

  ```text Microsoft 365 theme={null}
  Pull the patient-volume figure from our operations dashboard.
  ```

  ```text Smartsheet theme={null}
  Read the New intake sheet and summarize this week's rows.
  ```
</CodeGroup>

The agent reads the live data, summarizes it, and folds the answer into the conversation — often into a report card in the thread. See [Chat](/workspace/chatting-with-the-agent).

## Building a list to reach

You can start outreach directly from a connected tool — no export, no re-upload:

```text theme={null}
Call our HubSpot contacts in the "needs follow-up" stage.
```

The agent pulls the list from the connector and takes you into the normal [launch flow](/workspace/runs) — with the verified count and the approval card. As always, nothing dials until you approve.

## Writing back

When you ask the agent to change something in a connected tool — log a call, add a note, create a task — that's a **write**. Writes are set to ask for approval by default, so the agent shows you an [approval card](/connectors/permissions#approving-a-write-in-chat) previewing the exact change first.

```text theme={null}
Log this call outcome on the contact in HubSpot.
Create a follow-up task for next Tuesday.
```

## When something isn't available

* **Not connected yet** — the agent tells you the tool isn't connected and points you to **Settings → Connectors**.
* **Blocked or needs approval** — the agent respects your [permission settings](/connectors/permissions). A blocked capability is never used; a write pauses for your approval.

## Next

<CardGroup cols={2}>
  <Card title="Set connector permissions" icon="sliders" href="/connectors/permissions" />

  <Card title="Runs" icon="play" href="/workspace/runs" />
</CardGroup>
