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

# Agent Tools

> Connect external apps that Quivly agents can act through — Gmail, Google Calendar, Calendly — and see every tool call in an activity log.

Agent tools are apps Quivly's AI can **act through** — as opposed to data sources it reads from. They live under **Settings → Integrations → Agents**.

Today that's [Gmail](/integrations/communication/gmail), [Google Calendar](/integrations/communication/google-calendar), and [Calendly](/integrations/communication/calendly) — all per-user OAuth connections — plus read lookups against connected CRM data inside agent workflows.

## How they're used

* **Agents** use the **App Action** step: pick a connected app, pick an operation, and map fields. For per-user apps you choose who it runs as — the record's CSM owner, a specific teammate, or the agent's publisher.
* **Actions** use them in the Execute modal — the email or calendar draft sends through the chosen person's connection.

Each app's detail page shows its available **Tools** and an **Activity** log of every call made, so you can audit what the AI actually did.

## FAQ

<AccordionGroup>
  <Accordion title="Do agent tools sync data into Quivly?">
    No. They perform actions (send, create, look up on demand). Data syncing is what [data-source integrations](/integrations/introduction) do.
  </Accordion>

  <Accordion title="Can an agent act as someone who hasn't connected the app?">
    No — sending as a person requires that person's own connection. Agents can be configured to fall back to the publisher's connection.
  </Accordion>
</AccordionGroup>
