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

# About Global Settings

Global Settings serve as the centralized control hub in Axoma, allowing <b>Super Admins</b> to manage platform-wide configurations, governance, and policies.
This area ensures that only authorized personnel can make administrative or structural changes across the organization.

It provides a secure, scalable foundation for managing:

* <b>Users and tenants</b>
* <b>AI models and performance tracking</b>
* <b>Agent workflows and automation processes</b>

<Note>
  Dashboard → Top Navigation Bar → Global Settings (⚙️ icon)
</Note>

<img className="block mx-auto" src="https://mintlify.s3.us-west-1.amazonaws.com/insightgenai-2e40fba8/images/global%20settings.png" alt="Axoma global settings" />

#### Purpose of Global Settings

The Global Settings section enables organizations to:

* Maintain governance and consistency across all applications
* Securely manage users, roles, and permissions
* Integrate AI models and tools effectively
* Streamline workflows through centralized automation control

By consolidating all critical configurations in one place, IT teams can ensure compliance, security, and efficient administration across the platform.

## The available sections include:

### Ogranization

Manage all organization-level configurations from this section.
This includes:

* <b>[Organization Settings](http://localhost:3000/global%20settings/organization)</b> – Update core details such as organization name, logo, and contact information.

* <b>[User Console](http://localhost:3000/global%20settings/user%20management)</b> – Manage all users under your organization, including their access levels and roles.

* <b>[Tenant Management](http://localhost:3000/global%20settings/tenant%20management)</b> – Create, edit, or deactivate tenants for different environments or clients.

### AI Platform

This section focuses on managing and monitoring your AI ecosystem.
Here, you can:

* <b>Model Gateway</b> – Configure or connect Language Models (LLMs) and Embedding Models.
* <b>Model Performance</b> – Evaluate model efficiency, track usage analytics, and optimize configurations.

### Agent Studio

The Agent Studio section is where you design, test, and orchestrate intelligent agents.

Sub-sections include:

* <b>Agent Development</b> – Build and test AI agents for specific workflows or tasks.
* <b>Multi-Agent Orchestration</b> – Coordinate multiple agents in chain or hierarchical workflows.
* <b>Tools & Integrations</b> – Connect external services like Salesforce, Jira, or ServiceNow to enhance functionality.

### Automation

The Automation section empowers you to streamline repetitive or multi-step operations through automated workflows.

* <b>Workflow Management</b> – Create, schedule, and monitor automation pipelines. Simplify manual processes and ensure consistent, efficient execution across systems.

* <b>Schedules</b> - Allow users to automate the execution of already-created workflows by defining time-based triggers. This helps in running workflows automatically at a specific time, at repeated intervals, or using advanced cron-based scheduling.

***

<CardGroup cols={3}>
  <Card title="Organization Settings" icon="people" href="http://localhost:3000/global%20settings/organization">
    Control user roles, permissions, and access across the platform
  </Card>

  <Card title="User Console" icon="user" href="http://localhost:3000/global%20settings/user%20management">
    Control user roles, permissions, and access across the platform
  </Card>

  <Card title="Tenant Management" icon="house" href="http://localhost:3000/global%20settings/tenant%20management">
    Manage and switch between multiple organizational tenants
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Model Gateway" icon="key" href="http://localhost:3000/global%20settings/llm%20management">
    Manage large language models available for use within the platform
  </Card>

  <Card title="Model Performance" icon="laptop" href="http://localhost:3000/global%20settings/model%20performance">
    Configure and deploy intelligent agents for specific workflows
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="Agent Development" icon="robot" href="http://localhost:3000/global%20settings/agent%20management">
    Control user roles, permissions, and access across the platform
  </Card>

  <Card title="Multi-Agent Orchestration" icon="palette" href="http://localhost:3000/global%20settings/multiagent">
    Control user roles, permissions, and access across the platform
  </Card>

  <Card title="Tools & Integrations" icon="gear" href="http://localhost:3000/global%20settings/tool%20integration">
    Manage and switch between multiple organizational tenants
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Workflow" icon="robot" href="http://localhost:3000/global%20settings/workflow">
    Control user roles, permissions, and access across the platform
  </Card>

  <Card title="Schedules" icon="robot" href="http://localhost:3000/global%20settings/schedules">
    For reliable, flexible, and scalable automation of workflows in Axoma through robust scheduling capabilities.
  </Card>
</CardGroup>
