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

# Welcome

Welcome to the Qomon Public API!\
\
Qomon is your API-first platform, purpose-built for political and nonprofit teams and their supporters.\
\
Open up endless possibilities by connecting Qomon to your ecosystem of tools, or build your own system on top of Qomon: create integrations, automate workflows, sync your tools, and move your supporters to action faster.

## **Let's get you started**

The Qomon Public API & MCP is built to help you integrate seamlessly with any third-party application or AI system, whether it is an existing platform or a newly developed custom system.

You can use the API to perform CRUD (create, read, update, delete) operations at no extra cost.

This includes working with resources such as Contacts, Search, Actions, Users, Fundraising and more use cases to come thanks to your feedback.

<Card title="Getting Started with Qomon's Public API" icon="key-round" href="/pages/v1/getting-started">
  Set up your API keys and  connect Qomon to your ecosystem.
</Card>

<Card title="Build with AI" icon="astroid" href="/pages/v1/mcp">
  Integrate AI tools or assistants with Qomon or build on top using LLMs & Qomon MCP
</Card>

## **Let’s build together**

<Card title="Contact our engineering team." icon="phone">
  If you need assistance or have any blockers, please contact our engineering team at [engine@qomon.com](mailto:engine@qomon.com)
</Card>

<Card title="We need your feedback to build and improve the Qomon API." icon="notebook-pen">
  Qomon is built collaboratively. If your use case isn't covered yet, contact us. We're always looking for ways to improve our API. 
</Card>

## **Description of API Objects**

<Columns cols={3}>
  <Column>
    <Card title="Contacts" icon="contact-round" href="/pages/v1/reference/contacts/overview">
      Create and manage your contacts in Qomon.
    </Card>

    <Card title="Fundraising" icon="dollar-sign" href="/pages/v1/reference/fundraising/overview">
      Manage transactions, memberships, and donations.
    </Card>
  </Column>

  <Column>
    <Card title="Search" icon="search" href="/pages/v1/reference/search/overview">
      Query your contacts with flexible AND/OR conditions.
    </Card>

    <Card title="Users" icon="user" href="/pages/v1/reference/users/introduction">
      Manage users, teams, roles and permissions directly through Qomon.
    </Card>
  </Column>

  <Column>
    <Card title="Actions" icon="search" href="../../api-reference/actions/get-actions">
      Retrieve a list and info on your events and fields actions.
    </Card>
  </Column>
</Columns>

## **Useful Links**

<Columns cols={3}>
  <Column>
    <Card title="Changelog" icon="megaphone" href="https://changelog.qomon.app/">
      Stay up to date with the latest improvements from  Qomon.
    </Card>

    <Card title="Create a Qomon Account" icon="square-check-big" href="https://qomon.app/login">
      Create an account or login to an existing one.
    </Card>

    <Card title="Public Roadmap" icon="map" href="/pages/v1/public-roadmap">
      Learn about Qomon's approach to our product roadmap.
    </Card>
  </Column>

  <Column>
    <Card title="Status Page" icon="bell-ring" href="https://status.qomon.app/">
      Real-time availability and status updates for Qomon’s core services.
    </Card>

    <Card title="Qomon Academy" icon="graduation-cap" href="https://qomon.academy/">
      Master mobilization strategy and the Qomon platform.
    </Card>

    <Card title="Collaborative Development Initiative" icon="handshake" href="/pages/v1/collaborative_development_initiative">
      Build features in collaboration with Qomon.
    </Card>
  </Column>

  <Column>
    <Card title="Native Qomon Integrations" icon="route" href="https://qomon-preprod.webflow.io/platform/integrations">
      Open infrastructure to grow with you.
    </Card>

    <Card title="Help Center" icon="graduation-cap" href="https://help.qomon.com/en/">
      Access articles and resources directly from the Community Team.
    </Card>

    <Card title="Build vs. Qomon" icon="hammer" href="/pages/v1/build-vs-qomon">
      Discover the differences between  building in-house or using Qomon.
    </Card>
  </Column>
</Columns>
