// Setup · 5 Steps + 1 Optional

GET STARTED

Five steps to deploy GAIA AI in your Perplexity Space. Takes under 3 minutes.

01

Open Perplexity Spaces

Go to Perplexity.ai, navigate to Spaces, and create a new Space.

Open Perplexity
02

Paste System Instructions

In your Space settings, clear the System Instructions field and paste the latest version.

// SYSTEM_INSTRUCTIONS.md

Click “Copy Full Contents” to fetch and copy the latest SYSTEM_INSTRUCTIONS.md directly from GitHub.

03

Upload Skill Files

Download all ten skill and engine files, then upload them as Space Files in your Perplexity Space settings.

04

Select Your Model

Choose a model in Perplexity Space settings. Claude Sonnet is recommended for the best reasoning depth across all ten subfunctions.

05

Start Using GAIA AI

GAIA AI will now automatically route every query to the right subfunction. Ask it to write code, design a system, review a contract, or anything else.

06

Enable Auto-Update Checking

optional

Set up a weekly Perplexity Scheduled Task that checks for new GAIA AI versions and notifies you when an update is available.

  1. 01Go to your GAIA AI Perplexity Space.
  2. 02Click Scheduled Tasks in the left sidebar.
  3. 03Click Create Task.
  4. 04In the Instructions field, paste the prompt below.
  5. 05Set Schedule to Weekly. Optionally turn off email notifications.
  6. 06Click Save.
// Scheduled Task Prompt
Compare the current version of GAIA AI to https://raw.githubusercontent.com/alexey-max-fedorov/gaia-ai/refs/heads/master/VERSION.
- If the versions are the same, say "GAIA AI is up to date".
- If the versions are different, say "GAIA AI can be updated to [new version from the url]. Update now: https://use-gaia-ai.vercel.app/update?auto=1"

// Open Source

EVERYTHING IS PUBLIC

All system prompt files, skill files, and this website are open source. Fork it, modify it, or use it as-is.