How to Create a Team Research Workspace with Perplexity Spaces: Step-by-Step Guide

How to Create a Team Research Workspace with Perplexity Spaces

Perplexity Spaces transforms how teams conduct collaborative research by providing shared AI-powered workspaces. This step-by-step tutorial walks you through setting up project-based collections, pinning trusted sources, and configuring share links so your entire team stays aligned on research outcomes.

What Are Perplexity Spaces?

Perplexity Spaces are persistent, shareable research environments within Perplexity AI. Unlike standard single-thread searches, Spaces let you organize queries, pin reference sources, and invite collaborators — turning ad-hoc searches into structured knowledge bases for ongoing projects.

Prerequisites

  • A Perplexity account (free tier works; Pro unlocks advanced features)- Team members with Perplexity accounts for collaboration- A clear project structure or research topic in mind

Step 1: Create Your First Space

  • Log in to perplexity.ai and click Spaces in the left sidebar.- Click + Create Space in the top-right corner.- Enter a descriptive name for your Space (e.g., Q3 Competitor Analysis or Product Launch Research).- Add an optional description to clarify the scope and goals of the research workspace.- Select an AI model. Pro users can choose GPT-4o, Claude, or Sonar Large. Free users get the default model.- Click Create to launch your Space.

Naming Convention Best Practices

PatternExampleUse Case
[Team] - [Project]Marketing - SEO Audit 2026Department-level projects
[Client] - [Phase]Acme Corp - DiscoveryClient-facing research
[Topic] - [Quarter]AI Regulations - Q3 2026Ongoing monitoring
## Step 2: Organize Project-Based Collections with Threads Within each Space, every new search becomes a **Thread**. Threads function as topical sub-collections inside your workspace. - Open your newly created Space.- Start a new search by typing in the search bar within the Space context.- Each query and its follow-ups become a persistent thread accessible to all Space members.- Rename threads by clicking on the thread title and editing it for clarity (e.g., Pricing Models Comparison instead of your raw query).Organize threads by sub-topic to create a logical research hierarchy. For example, a *Product Launch Research* Space might contain threads for Market Sizing, Competitor Features, Regulatory Requirements, and User Interview Summaries.

Step 3: Pin Trusted Sources

Source pinning ensures that Perplexity prioritizes specific domains and documents when answering queries within your Space.

  • Inside your Space, click the Settings (gear icon) or navigate to the Space configuration panel.- Find the Custom Instructions or Sources section.- Add trusted source URLs that should be prioritized. For example:Pinned Sources:
  • https://arxiv.org
  • https://docs.your-company.com
  • https://sec.gov/edgar
  • https://your-internal-wiki.notion.site- You can also upload files directly to a Space (Pro feature). Supported formats include PDF, TXT, and CSV. The AI will reference uploaded documents when answering queries.- Add Custom Instructions to guide the AI’s behavior across the entire Space:
    Custom Instructions Example:
  • Always cite primary research papers over blog posts
  • Focus on data from 2024-2026
  • Use metric units for all measurements
  • Flag any information that contradicts our internal documentation

Step 4: Configure Sharing and Collaboration

  • Open your Space and click the Share button (or the collaborator icon).- Choose your sharing method:
    MethodAccess LevelBest For
    Invite by EmailFull collaboration (search, view, edit threads)Core team members
    Shareable LinkView-only or edit access depending on settingsStakeholders and reviewers
    Private (default)Only the creatorPersonal research
    - For email invitations, enter each collaborator’s email address and select their permission level.- For shareable links, toggle the link sharing on and copy the generated URL.- Share the link via your team’s communication channel (Slack, Teams, email).

Step 5: Integrate with the Perplexity API (For Developers)

If your team wants to programmatically interact with Perplexity or build custom workflows, use the Perplexity API: # Install the API client pip install openai

Query Perplexity API with source focus

import openai

client = openai.OpenAI( api_key=“YOUR_API_KEY”, base_url=“https://api.perplexity.ai” )

response = client.chat.completions.create( model=“sonar-pro”, messages=[ { “role”: “system”, “content”: “You are a research assistant. Prioritize academic sources and cite all claims.” }, { “role”: “user”, “content”: “What are the latest developments in transformer architecture efficiency?” } ] )

print(response.choices[0].message.content)

Citations are returned in response.citations when available
# CLI alternative using curl

curl -X POST https://api.perplexity.ai/chat/completions
-H “Authorization: Bearer YOUR_API_KEY”
-H “Content-Type: application/json”
-d ’{ “model”: “sonar-pro”, “messages”: [ {“role”: “system”, “content”: “Research assistant focused on cited, factual answers.”}, {“role”: “user”, “content”: “Compare React and Vue adoption rates in 2026”} ] }‘

Pro Tips for Power Users

  • Use Focus Modes per Thread: Within a Space, switch between Writing, Academic, Math, or Web focus modes depending on the thread’s purpose. Academic mode is ideal for literature reviews; Web mode works best for market research.- Layer Custom Instructions: Combine Space-level instructions with per-query system prompts. Space instructions set the baseline; individual queries can override for specific needs.- Export and Archive: Regularly export valuable threads as Markdown or PDF for offline reference. This protects against accidental deletion and creates an audit trail.- Create Template Spaces: Build a master Space with your standard instructions, source pins, and structure, then duplicate it for each new project to maintain consistency.- Leverage File Uploads: Upload meeting transcripts, research papers, or datasets directly to your Space. The AI will cross-reference uploaded content with web results for comprehensive answers.- Use the Collections Pattern: Create separate Spaces for different research phases (Discovery, Analysis, Synthesis) and cross-reference findings between them.

Troubleshooting Common Issues

IssueCauseSolution
Collaborator cannot access SpaceEmail mismatch or account not createdVerify the collaborator has a Perplexity account with the exact invited email address
Pinned sources not being referencedSources may not contain relevant content for the queryRefine your query to explicitly mention the source domain, or add clearer custom instructions
File upload failsFile exceeds size limit or unsupported formatEnsure files are under 25MB and in PDF, TXT, or CSV format. Pro subscription required
API returns 401 UnauthorizedInvalid or expired API keyRegenerate your API key at perplexity.ai/settings/api
Threads appear out of orderDefault sorting is by last activityRename threads with numbered prefixes (e.g., 01 - Market Size) for manual ordering
Model selection unavailableFree tier limitationUpgrade to Perplexity Pro for model selection and advanced features
## Frequently Asked Questions

How many collaborators can I add to a single Perplexity Space?

Perplexity Spaces currently support multiple collaborators per workspace. Free accounts may have limits on the number of invitations, while Pro accounts can add more team members. All collaborators must have their own Perplexity accounts. For large teams, consider creating role-based Spaces (e.g., one for analysts, one for leadership review) rather than adding everyone to a single Space.

Can I use Perplexity Spaces with private or internal data securely?

Yes, with caveats. Files uploaded to Spaces are processed by Perplexity’s servers. For sensitive data, review Perplexity’s data handling and privacy policies before uploading confidential documents. Enterprise plans offer enhanced data privacy controls. As a best practice, avoid uploading PII or trade secrets and instead use custom instructions to direct the AI toward publicly available information about your domain.

What is the difference between Perplexity Collections and Spaces?

Perplexity evolved its organizational features over time. Spaces replaced the earlier Collections feature and offer a more robust experience. Spaces include all Collection capabilities — thread grouping and source pinning — plus additional features like file uploads, custom AI instructions, model selection, and granular sharing permissions. If you have existing Collections, they may have been migrated to Spaces automatically.

Explore More Tools

Grok Best Practices for Academic Research and Literature Discovery: Leveraging X/Twitter for Scholarly Intelligence Best Practices Grok Best Practices for Content Strategy: Identify Trending Topics Before They Peak and Create Content That Captures Demand Best Practices Grok Case Study: How a DTC Beauty Brand Used Real-Time Social Listening to Save Their Product Launch Case Study Grok Case Study: How a Pharma Company Tracked Patient Sentiment During a Drug Launch and Caught a Safety Signal 48 Hours Before the FDA Case Study Grok Case Study: How a Disaster Relief Nonprofit Used Real-Time X/Twitter Monitoring to Coordinate Emergency Response 3x Faster Case Study Grok Case Study: How a Political Campaign Used X/Twitter Sentiment Analysis to Reshape Messaging and Win a Swing District Case Study How to Use Grok for Competitive Intelligence: Track Product Launches, Pricing Changes, and Market Positioning in Real Time How-To Grok vs Perplexity vs ChatGPT Search for Real-Time Information: Which AI Search Tool Is Most Accurate in 2026? Comparison How to Use Grok for Crisis Communication Monitoring: Detect, Assess, and Respond to PR Emergencies in Real Time How-To How to Use Grok for Product Improvement: Extract Customer Feedback Signals from X/Twitter That Your Support Team Misses How-To How to Use Grok for Conference Live Monitoring: Extract Event Insights and Identify Networking Opportunities in Real Time How-To How to Use Grok for Influencer Marketing: Discover, Vet, and Track Influencer Partnerships Using Real X/Twitter Data How-To How to Use Grok for Job Market Analysis: Track Industry Hiring Trends, Layoff Signals, and Salary Discussions on X/Twitter How-To How to Use Grok for Investor Relations: Track Earnings Sentiment, Analyst Reactions, and Shareholder Concerns in Real Time How-To How to Use Grok for Recruitment and Talent Intelligence: Identifying Hiring Signals from X/Twitter Data How-To How to Use Grok for Startup Fundraising Intelligence: Track Investor Sentiment, VC Activity, and Funding Trends on X/Twitter How-To How to Use Grok for Regulatory Compliance Monitoring: Real-Time Policy Tracking Across Industries How-To NotebookLM Best Practices for Financial Analysts: Due Diligence, Investment Research & Risk Factor Analysis Across SEC Filings Best Practices NotebookLM Best Practices for Teachers: Build Curriculum-Aligned Lesson Plans, Study Guides, and Assessment Materials from Your Own Resources Best Practices NotebookLM Case Study: How an Insurance Company Built a Claims Processing Training System That Cut Errors by 35% Case Study