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

# Using app integrations

> Reference connected app integrations and documents in your Swoop prompts

Once you have [connected an app integration](/integrations/connecting), you can reference its content directly in your conversations with Swoop.

## Fetching content

There are two ways to pull content from a connected app integration:

### Share a URL

Paste a document URL directly into your prompt. Swoop detects the app integration and fetches the content automatically.

**Example prompts:**

* "Create a presentation based on this doc: [https://docs.google.com/document/d/abc123](https://docs.google.com/document/d/abc123)"
* "Turn this Notion page into a slide deck: [https://notion.so/my-page-xyz](https://notion.so/my-page-xyz)"
* "Use the data from this spreadsheet: [https://docs.google.com/spreadsheets/d/abc123](https://docs.google.com/spreadsheets/d/abc123)"

### Ask Swoop to search

If you don't have a specific URL, ask Swoop to search a connected app integration.

**Example prompts:**

* "Search my Google Drive for the Q1 report and use it for a presentation"
* "Find my recent Notion pages about product roadmap"
* "Look through my Gmail for the latest investor update email"

## Bulk document import

You can reference multiple documents (up to 10) in a single request. Swoop fetches all of them and combines the content into a presentation outline.

**Example:**

* "Create a presentation using these three documents: \[URL1], \[URL2], \[URL3]"

## Exporting presentations

After creating a presentation, you can export it back to a connected cloud storage app integration.

**Supported export destinations:**

* Google Drive
* Dropbox
* Box
* OneDrive

**Example prompts:**

* "Export this presentation to my Google Drive"
* "Save the deck as a PPTX to Dropbox"

## Limitations

<AccordionGroup>
  <Accordion title="Content size limits">
    Fetched content is truncated at 50,000 characters. For very large documents, consider splitting them or pointing Swoop to the most relevant sections.
  </Accordion>

  <Accordion title="Google Sheets row limits">
    Spreadsheet reads are bounded to the range A1:ZZ50000. Data beyond this range is not included.
  </Accordion>

  <Accordion title="Figma performance">
    Figma fetches the full file JSON, which can be slow for large design files. Text content is extracted recursively from the document tree.
  </Accordion>

  <Accordion title="Notion pagination">
    Large Notion databases are not fully paginated. For best results, link to specific pages rather than entire databases.
  </Accordion>
</AccordionGroup>
