> ## 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.

# Agent Creation Overview

> Learn how to create AI agents that leverage your organization expertise, documents, and information

The Prisme.ai platform enables your organization to create custom AI agents that can be tailored to specific business needs, knowledge domains, and workflows. These agents leverage the power of large language models (LLMs) while incorporating your organization's unique knowledge and requirements.

## What are Prisme.ai Agents?

Prisme.ai agents are specialized AI assistants that combine the capabilities of foundation models with your organization's:

* **Knowledge and expertise**: Documents, processes, procedures
* **Data sources**: Databases, APIs, knowledge bases
* **Business context**: Industry-specific terminology and workflows
* **Security requirements**: Enterprise-grade access controls and governance

## Agent Types

<CardGroup cols="3">
  <Card title="Simple Prompting" icon="message" href="/create-agents/no-code/simple-prompting-agent">
    Basic agents powered by foundation models with specialized instructions
  </Card>

  <Card title="RAG Agents" icon="database" href="/create-agents/no-code/rag-agent">
    Agents that access organizational knowledge through Retrieval Augmented Generation
  </Card>

  <Card title="Tool-Using Agents" icon="screwdriver-wrench" href="/create-agents/no-code/rag-builtin-tools-agent">
    Agents that can use specialized tools to perform complex tasks
  </Card>

  <Card title="Multi-Agent Systems" icon="users" href="/create-agents/tool-agents/overview">
    Collaborative systems with multiple specialized agents working together
  </Card>
</CardGroup>

## Agent Creation Process

Creating effective enterprise agents involves several key steps:

<Steps>
  <Step title="Define the Agent's Purpose">
    Clearly articulate what problem the agent will solve, who will use it, and what capabilities it needs.

    Key questions to answer:

    * What specific tasks will the agent perform?
    * Who are the primary users?
    * What knowledge or data sources does it need access to?
    * What security or compliance requirements apply?
  </Step>

  <Step title="Select the Agent Type">
    Choose the appropriate agent architecture based on your requirements.

    Selection criteria:

    * Simple prompting for basic Q\&A and standardized responses
    * RAG for knowledge-intensive applications
    * Tool-using agents for integration with systems and services
    * Multi-agent systems for complex workflows requiring multiple capabilities
  </Step>

  <Step title="Configure Knowledge and Tools">
    Connect the agent to relevant data sources, knowledge bases, and tools.

    Configuration options:

    * Knowledge base connections
    * Tool integrations
    * API access
    * Data source connections
  </Step>

  <Step title="Test and Refine">
    Validate the agent's performance and iteratively improve its capabilities.

    Testing approaches:

    * Sample queries
    * User scenarios
    * Edge case validation
    * Continuous feedback incorporation
  </Step>

  <Step title="Deploy and Monitor">
    Make the agent available to users and track its performance.

    Deployment considerations:

    * Access controls
    * Usage monitoring
    * Performance analytics
    * Ongoing maintenance
  </Step>
</Steps>

## Agent Creation Platforms

Prisme.ai offers multiple ways to create and manage agents, depending on your technical expertise and requirements:

<CardGroup cols="2">
  <Card title="AI Store" icon="store" href="/products/ai-store/creating-agents">
    No-code interface for creating and deploying specialized agents
  </Card>

  <Card title="AI Knowledge" icon="brain" href="/products/ai-knowledge/overview">
    No-code platform for creating knowledge-powered agents with RAG capabilities
  </Card>

  <Card title="AI Builder" icon="code" href="/products/ai-builder/overview">
    Low-code and code-based environment for creating advanced, custom agents
  </Card>
</CardGroup>

## Security and Governance

All agents created on the Prisme.ai platform inherit enterprise-grade security features:

* **Access controls**: Comprehensive RBAC (Role-Based Access Control)
* **Audit logging**: Detailed tracking of agent creation and usage
* **Data privacy**: Secure handling of sensitive information
* **Compliance**: Support for regulatory requirements
* **Governance**: Centralized management of agent deployments

<Accordion title="Security Best Practices">
  When creating agents, follow these security best practices:

  * Limit agent access to only the data sources and tools required for its function
  * Implement proper access controls for the agent itself
  * Regularly review agent performance and security logs
  * Keep knowledge sources up to date to ensure accuracy
  * Test agents thoroughly before deployment to prevent unintended behaviors
</Accordion>

## Next Steps

Ready to create your first agent? Choose your agent type to get started:

<CardGroup cols="2">
  <Card title="Simple Prompting" icon="message" href="/create-agents/prompt-engineering">
    Get started with basic agents powered by specialized instructions
  </Card>

  <Card title="RAG Agents" icon="database" href="/create-agents/no-code/rag-agent">
    Create agents that leverage your organization's knowledge
  </Card>

  <Card title="Tool-Using Agents" icon="screwdriver-wrench" href="/create-agents/no-code/rag-builtin-tools-agent">
    Build agents that can use tools to perform complex tasks
  </Card>

  <Card title="Multi-Agent Systems" icon="users" href="/create-agents/tool-agents/overview">
    Develop collaborative systems with multiple specialized agents
  </Card>
</CardGroup>
