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

# Agents

> Use AI agents in Codenull to design features, modules, query data, and more

Codenull Agents let you build and interact with your application using natural language. Instead of manually configuring every component, you describe what you need and the agent handles the design, data queries, and module creation.

## What you can do with Agents

* **Activate agents** on your application and configure access permissions
* **Query and transact data** by asking the agent for information or to execute actions
* **Design features** and screens using natural language prompts
* **Design modules** with full data model and UI generation
* **Mention context** from other parts of your application to guide the agent

## Topics

<CardGroup cols={2}>
  <Card title="Activating Agents" icon="toggle-on" href="/agents/activating-agents">
    Enable agents on your application and manage access
  </Card>

  <Card title="Query & Transaction Agents" icon="database" href="/agents/query-transaction-agents">
    Ask the agent to query or modify your data
  </Card>

  <Card title="Designing Features" icon="window" href="/agents/designing-features">
    Create and update features using natural language
  </Card>

  <Card title="Designing Modules" icon="cubes" href="/agents/designing-modules">
    Generate full data models and UI with the agent
  </Card>

  <Card title="Mentions" icon="at" href="/agents/mentions">
    Reference entities and context inside agent conversations
  </Card>
</CardGroup>
