> ## Documentation Index
> Fetch the complete documentation index at: https://prismeai-legacy.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Templates Overview

> Explore ready-to-use templates to accelerate your AI development with Prisme.ai

Prisme.ai templates are pre-built workspaces that can be imported into AI Builder to accelerate your development process. Each template addresses a specific use case and includes the necessary configuration, automations, and sometimes UI components ready for deployment.

## Why Use Templates?

<CardGroup cols={2}>
  <Card title="Rapid Deployment" icon="rocket">
    Start with a functional foundation instead of building from scratch
  </Card>

  <Card title="Best Practices" icon="star">
    Templates follow established patterns and architectural approaches
  </Card>

  <Card title="Learning Resource" icon="graduation-cap">
    Explore how complex solutions are built by examining working examples
  </Card>

  <Card title="Customizable" icon="screwdriver-wrench">
    Adapt and extend templates to match your specific requirements
  </Card>
</CardGroup>

## Available Templates

Prisme.ai offers various templates for common use cases:

<CardGroup cols={2}>
  <Card title="Initial Prompting Agents" icon="robot" href="/resources/templates/init-prompting-agents">
    Create simple agents based on clear, well-crafted prompts
  </Card>

  <Card title="Website to Agent" icon="globe" href="/resources/templates/website-to-agent">
    Turn any website content into a conversational AI agent
  </Card>

  <Card title="SharePoint/Confluence to Agent" icon="cloud" href="/resources/templates/sharepoint-confuence-to-agent">
    Build agents from your corporate knowledge bases
  </Card>

  <Card title="Custom Chat Interface" icon="message" href="/resources/templates/custom-chat">
    Embed conversational AI into custom web interfaces
  </Card>

  <Card title="AI Pipeline Agent" icon="diagram-project" href="/resources/templates/ai-pipline-agent">
    Create multi-step AI processing workflows
  </Card>

  <Card title="Autonomous Agent with Tools" icon="toolbox" href="/resources/templates/autonomous-agent-tools">
    Deploy agents that can use external tools and APIs
  </Card>
</CardGroup>

## Using Templates in Self-Hosted Installations

For self-hosted Prisme.ai installations, templates need to be downloaded from GitHub and imported into your instance:

<Steps>
  <Step title="Access the Templates Repository">
    Navigate to the [Prisme.ai Templates Repository](https://github.com/prismeai) on GitHub
  </Step>

  <Step title="Download the Template">
    Select the template you want to use and download it as a ZIP file
  </Step>

  <Step title="Import into Prisme.ai">
    In your Prisme.ai instance, go to AI Builder > Import Workspace and upload the ZIP file
  </Step>

  <Step title="Customize as Needed">
    Adapt the template to your specific requirements by modifying components, automations, and configurations
  </Step>
</Steps>

<Note>
  If you're using the SaaS version of Prisme.ai, these templates are already available directly within your instance through the Template Gallery.
</Note>

## Next Steps

Explore the individual template documentation to find the one that best suits your needs:

* [Initial Prompting Agents](/resources/templates/init-prompting-agents) - Simple agents powered by effective prompts
* [Website to Agent](/resources/templates/website-to-agent) - Convert web content into knowledgeable agents
* [SharePoint/Confluence to Agent](/resources/templates/sharepoint-confuence-to-agent) - Create agents from enterprise knowledge bases
* [Custom Chat Interface](/resources/templates/custom-chat) - Build tailored chat experiences
* [AI Pipeline Agent](/resources/templates/ai-pipline-agent) - Create multi-step AI processing workflows
* [Autonomous Agent with Tools](/resources/templates/autonomous-agent-tools) - Enable agents to use external tools
