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

# Admina Help Center

> Guides, API references, and release notes for Admina

<div style={{ display: "flex", gap: "0.75rem", justifyContent: "center", padding: "2rem 0 1rem", flexWrap: "wrap" }}>
  <div
    data-trigger-search
    style={{
  display: "flex", alignItems: "center", gap: "0.5rem",
  padding: "0.75rem 1.5rem", borderRadius: "0.5rem",
  border: "2px solid var(--border-color, #e2e8f0)",
  backgroundColor: "var(--surface-background, #f8f9fa)",
  cursor: "pointer", flex: "1", maxWidth: "400px",
  fontSize: "0.95rem", color: "var(--text-secondary)",
  boxShadow: "0 1px 3px rgba(0,0,0,0.08)"
}}
  >
    <Icon icon="magnifying-glass" size={16} /> Search...
    <span style={{ marginLeft: "auto", opacity: 0.5, fontSize: "0.8rem" }}>⌘K</span>
  </div>
</div>

***

<Frame>
  <video autoPlay muted loop playsInline alt="Admina service overview demonstration" aria-label="Admina service overview demonstration" style={{ width: "100%", borderRadius: "0.5rem" }}>
    <source src="https://8672986.fs1.hubspotusercontent-na1.net/hubfs/8672986/marketing/Admina%20service%20movie.mp4" type="video/mp4" />
  </video>
</Frame>

<div style={{ textAlign: "center", padding: "0.5rem 0 1rem", fontSize: "0.9rem" }}>
  [Admina Service Overview](https://admina.moneyforward.com/jp) ・ [Case Studies](https://admina.moneyforward.com/en/case)
</div>

***

## Service Guides

<Columns cols={2}>
  <Card title="IT Management" icon="server" href="/en/it-management" horizontal>
    Centralized management of SaaS accounts, devices, costs, and shadow IT.
  </Card>

  <Card title="AI Helpdesk" icon="message-bot" href="/en/ai-helpdesk" horizontal>
    AI-powered internal helpdesk for automated responses to employee inquiries.
  </Card>
</Columns>

***

## Popular Pages

<Columns cols={3}>
  <Card title="Getting Started (IT Management)" icon="rocket" href="/en/it-management/getting-started">
    Initial setup and basic usage
  </Card>

  <Card title="Getting Started (AI Helpdesk)" icon="rocket" href="/en/ai-helpdesk">
    Initial setup and basic usage
  </Card>

  <Card title="SaaS Integration Guide" icon="plug" href="/en/integrations">
    How to connect with various SaaS services
  </Card>
</Columns>

***

## For Developers

<Columns cols={3}>
  <Card title="IT Management API" icon="square-terminal" href="/en/api-reference/it-management">
    OpenAPI Specification
  </Card>

  <Card title="AI Helpdesk API" icon="square-terminal" href="/en/api-reference/ai-helpdesk">
    OpenAPI Specification
  </Card>

  <Card title="Integration Release Notes" icon="plug" href="/en/integrations/changelog">
    SaaS integration additions, changes, and deprecations
  </Card>
</Columns>

***

## Resources

<Columns cols={3}>
  <Card title="Security" icon="shield-check" href="/en/resources/security">
    SOC2 reports and security practices
  </Card>

  <Card title="Useful Tools" icon="wrench" href="/en/resources/tools">
    Security Check DB, Admina Free
  </Card>

  <Card title="RSS Feeds" icon="rss" href="/en/announcements/feeds">
    Subscribe to announcements and release notes via RSS
  </Card>
</Columns>
