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

# Key Features

> Discover what makes Demiurg the ideal platform for creating and sharing AI agents

## Create AI agents through natural language

<CardGroup cols={2}>
  <Card title="Prompt-based creation" icon="wand-magic-sparkles">
    Simply describe the agent you want, and Demiurg generates all necessary code automatically.
  </Card>

  <Card title="No coding required" icon="code">
    Get started without any programming experience. Demiurg handles the technical side for you.
  </Card>
</CardGroup>

## Powerful customization options

<Tabs>
  <Tab title="Code Editor">
    <div className="mt-4">
      Our built-in code editor lets you fine-tune your agent's capabilities. Make adjustments to:

      * Agent behavior and responses
      * Knowledge base and information sources
      * Interface elements and appearance
      * Advanced functionality through custom code
    </div>
  </Tab>

  <Tab title="Appearance">
    <div className="mt-4">
      Customize how your agent looks and feels:

      * Choose avatar styles or upload custom images
      * Set color schemes and themes
      * Adjust UI elements and layout
      * Create a consistent brand identity
    </div>
  </Tab>

  <Tab title="Behavior">
    <div className="mt-4">
      Control how your agent interacts:

      * Define communication style and tone
      * Set knowledge boundaries
      * Configure response patterns
      * Establish specialized capabilities
    </div>
  </Tab>
</Tabs>

## Multi-platform access

Access your agents from anywhere, anytime:

<Steps>
  <Step title="Web Application">
    Use Demiurg directly in your browser with our full-featured web application.
  </Step>

  <Step title="Mobile App">
    Take your agents on the go with our dedicated mobile application for iOS and Android.
  </Step>

  <Step title="Sharing Links">
    Create shareable links to give others direct access to your agents.
  </Step>
</Steps>

## Sharing and discovery

<AccordionGroup>
  <Accordion title="Share with friends" icon="user-group">
    Invite specific users to access your agents through direct sharing options. Control exactly who can view, use, or edit your creations.
  </Accordion>

  <Accordion title="Publish to community" icon="globe">
    Share your agents with the broader Demiurg community. Get feedback, recognition, and see how others use your creation.
  </Accordion>

  <Accordion title="Permission controls" icon="lock">
    Set granular permissions to determine what others can do with your shared agents:

    * View-only access
    * Interactive usage rights
    * Editing and customization permissions
    * Forking and derivative works
  </Accordion>
</AccordionGroup>

## Ready-to-use agents

<CardGroup cols={3}>
  <Card title="Productivity" icon="briefcase">
    Task managers, note-takers, and workflow assistants
  </Card>

  <Card title="Learning" icon="graduation-cap">
    Tutors, study guides, and educational resources
  </Card>

  <Card title="Creative" icon="paintbrush">
    Writing assistants, idea generators, and design helpers
  </Card>
</CardGroup>

## What's coming next

<Info>
  Our roadmap includes exciting new features coming soon to Demiurg. Stay tuned for updates!
</Info>

<CardGroup cols={2}>
  <Card title="API Access" icon="plug" color="#1C3943">
    Connect your agents to external applications and services
  </Card>

  <Card title="Advanced Analytics" icon="chart-line" color="#1C3943">
    Get insights into how users interact with your agents
  </Card>
</CardGroup>
