Skip to main content
Once you have connected a service, you can reference its content directly in your conversations with Swoop.

Fetching content

There are two ways to pull content from a connected service:

Share a URL

Paste a document URL directly into your prompt. Swoop detects the service and fetches the content automatically. Supported URL formats:
ServiceExample URL
Google Docshttps://docs.google.com/document/d/...
Google Sheetshttps://docs.google.com/spreadsheets/d/...
Google Slideshttps://docs.google.com/presentation/d/...
Notionhttps://www.notion.so/page-name-...
GitHubhttps://github.com/org/repo/blob/...
Figmahttps://www.figma.com/file/...
Gmailhttps://mail.google.com/mail/u/0/#inbox/...
Example prompts: If you don’t have a specific URL, ask Swoop to search a connected service. 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 service. 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

Fetched content is truncated at 50,000 characters. For very large documents, consider splitting them or pointing Swoop to the most relevant sections.
Spreadsheet reads are bounded to the range A1:ZZ50000. Data beyond this range is not included.
Figma fetches the full file JSON, which can be slow for large design files. Text content is extracted recursively from the document tree.
Large Notion databases are not fully paginated. For best results, link to specific pages rather than entire databases.