# How the data fits together

The data model behind every tool and endpoint: records, references, events and the filters that reach them.

Canonical: https://chikaraintel.com/docs/concepts

Chikara Intelligence holds three kinds of record: people, organisations and events. An event links the other two, so a move joins a person to the organisation they left or joined, and a deal joins the organisations on each side. Every record has a UUID reference, and every tool and endpoint takes or returns those references.

Start with [references](/docs/concepts/references) if you're about to write a filter. The rest can be read in any order.

## Related

- https://chikaraintel.com/docs/concepts/references.md
- https://chikaraintel.com/docs/concepts/people.md
- https://chikaraintel.com/docs/concepts/organisations.md
- https://chikaraintel.com/docs/concepts/events.md
- https://chikaraintel.com/docs/concepts/moves.md
- https://chikaraintel.com/docs/concepts/deals.md
- https://chikaraintel.com/docs/concepts/assets-under-management.md
- https://chikaraintel.com/docs/concepts/statements.md
- https://chikaraintel.com/docs/concepts/search-and-filtering.md
