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

# Passionfruit Docs

> Your hub for building, integrating, and staying up to date with Passionfruit.

export const PhIcon = ({name, size = 18, weight = 'fill', color, opacity = 0.85, title = ''}) => <span style={{
  display: 'inline-block',
  verticalAlign: 'text-bottom',
  opacity
}} title={title || `${name} icon`}>
    <Icon icon={`https://unpkg.com/@phosphor-icons/core@2.1.1/assets/${weight}/${name}.svg`} size={size} color={color} />
  </span>;

Empowering you to build, integrate, and grow with Passionfruit. Access everything you need to get started, explore our API, track product changes, and see what's next.

<div id="documentation" />

<CardGroup cols={2}>
  <Card title={"Get Started"} href="/docs/installation/start-guide">
    Step-by-step onboarding and best practices for new users.
  </Card>

  <Card title="Upload Evidence" href="/docs/knowledge-base/evidence-upload">
    Bring your sources into Passionfruit to build your knowledge base.
  </Card>

  <Card title={"Start Questionnaire"} href="/docs/fill-questionnaires/start-questionnaire">
    Create, answer, and manage questionnaires efficiently with AI assistance.
  </Card>
</CardGroup>

***

Looking for something specific? Use the search bar above or browse the sections to get started.
