You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quora is a knowledge-sharing Q&A platform where questions are answered by a community of experts, enthusiasts, and everyday users. The IA is organized around Questions, Answers, Topics, and Spaces (community groups). Content is evergreen — answers accumulate upvotes over years — making Quora both a real-time discussion forum and a durable knowledge base. Quora also hosts Poe, its AI chatbot aggregator platform.
Site Map
Quora
├── Home Feed (personalized)
│ ├── Answers from followed topics/people
│ ├── Suggested questions
│ └── Space posts
├── Search
│ ├── Questions
│ ├── Answers
│ ├── People
│ ├── Spaces
│ └── Topics
├── Answer (write)
│ ├── Answer Requests
│ ├── Questions for You
│ └── Drafts
├── Spaces
│ ├── Space Feed
│ ├── Members
│ ├── About / Rules
│ ├── Submissions
│ └── Space Settings (admins)
├── Notifications
│ ├── Upvotes
│ ├── Answers to your questions
│ ├── Comments
│ ├── Follow activity
│ └── Space updates
├── Profile
│ ├── Answers
│ ├── Questions
│ ├── Posts
│ ├── Followers / Following
│ ├── Topics / Spaces
│ ├── Credentials
│ └── Stats (views, upvotes)
├── Quora+ (subscription)
│ └── Paywalled answers / premium content
├── Monetization
│ ├── Quora Partner Program
│ └── Space subscriptions
├── Poe (AI platform)
│ ├── Chat with AI bots
│ ├── Bot creation
│ └── API access
├── Topic Pages
│ ├── Related Questions
│ ├── Top Answers
│ ├── Topic FAQ
│ └── Related Topics
└── Settings
├── Account
├── Privacy
├── Email & Notifications
├── Languages
└── Content Preferences
Navigation Model
Type: Top nav bar with left sidebar (desktop), bottom tab bar (mobile)
Desktop Top Bar: Quora logo (home), Search bar, Add Question, Notifications, Profile avatar
Desktop Left Sidebar: Home, Following, Answer, Spaces, Notifications, Poe
Mobile Bottom Tabs: Home, Search, Add (+), Notifications, Profile
Question Page: Answer list sorted by upvotes; "Related Questions" sidebar
Topic Navigation: Topic page → related topics tree → questions within topic
Content Model
Entity
Key Attributes
Relationships
Question
title, details, topics, asker (can be anonymous), answer count, followers, merged questions
→ Answers, → Topics
Answer
body (rich text), author, upvotes, downvotes, comments, views, timestamp, Quora+ flag
→ Question, → Author
Post
body, author, Space (if applicable), upvotes, comments
Click "Add Question" → Type question → Autocomplete suggests existing similar questions → If duplicate found → Redirect to existing question → If new → Add topic tags → Submit → Optionally request answers from specific users or topic experts → Question appears in topic feeds and followers' home feeds
Answering a Question
Home feed shows "Questions for You" based on expertise/interests → Or browse "Answer" tab → Curated answer requests → Click question → Write answer with rich text editor (formatting, images, links) → Submit → Answer ranked by upvotes among other answers
Exploring Spaces
Discover Spaces via home feed, search, or sidebar → Join Space → See posts from Space members → Contribute posts → Admins may moderate submissions → Paid Spaces require subscription to view premium content
URL / Route Structure
quora.com/ # Home feed
quora.com/search?q={query} # Search results
quora.com/{question-slug} # Question page
quora.com/{question-slug}/answer/{answerId} # Specific answer
quora.com/profile/{username} # User profile
quora.com/profile/{username}/answers # User's answers
quora.com/topic/{topic-slug} # Topic page
quora.com/spaces/{spaceSlug} # Space page
quora.com/q/{spaceSlug}/{postId} # Space post
quora.com/about # About Quora
poe.com/ # Poe AI platform (separate domain)
quora.com/topic/{topic} # Topic page
quora.com/search?q={query} # Search results
quora.com/profile/{username} # User profile
quora.com/profile/{username}/answers # User's answers
quora.com/spaces/{space} # Space (community)
quora.com/create # Create question
quora.com/create_space # Create space
quora.com/messages # Direct messages
quora.com/notifications # Notifications
quora.com/stats # Creator stats
quora.com/monetization # Quora Partner Program
quora.com/settings # Account settings
quora.com/settings/privacy # Privacy settings
Search & Filter
Global Search: Full-text search across questions, answers, people, topics, Spaces