> For the complete documentation index, see [llms.txt](https://help.swarmia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.swarmia.com/data-model/entities.md).

# Entities

These are the common data models Swarmia uses to normalize and abstract over your data set. You can interact with these models through various facets of Swarmia, such as the built-in reports in the app, your custom reports, the export API, Swarmia AI and the MCP server.

* [Author](/data-model/entities/author.md) — Authors are the people or bots that can be attributed different kinds of work items (commits, pull requests, reviews). Authors can be linked to multiple identities across different systems (GitHub, Slack, Jira, etc.).
* [Issue](/data-model/entities/issue.md) — Issues represent work items in your issue tracker (such as Jira, Linear, etc.).
* [Pull request](/data-model/entities/pull-request.md) — Pull requests represent work items in your code repository (such as GitHub, GitLab, etc.).
* [Team](/data-model/entities/team.md) — Teams represent your organization structure and are the owners of other entities like issues and pull requests.
* [Team membership](/data-model/entities/team-membership.md) — Team memberships represent the periods when authors belong to teams, including inherited memberships through the team hierarchy.

{% hint style="info" %}
This page is automatically generated
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.swarmia.com/data-model/entities.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
