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

# Entities & Knowledge Graph

> Look up funds, people, and relationships across the entity graph.

### Fund Lookup `fund_lookup`

Look up details about a fund, including its metadata, key people, managers, and related funds. Ask Simon about a specific fund and it returns the structured profile.

| Parameter              | Type      |
| ---------------------- | --------- |
| `fund_id` *opt*        | `string`  |
| `include_people` *opt* | `boolean` |
| `query` *opt*          | `string`  |

### Knowledge Graph Query `graph_query`

Explore how funds, people, assets, and organizations connect across your knowledge graph. Simon can follow relationships over multiple hops to answer questions that require tracing connections, not just a single lookup.

| Parameter                   | Type       |
| --------------------------- | ---------- |
| `start_entity` **required** | `string`   |
| `max_depth` *opt*           | `integer`  |
| `relationship_types` *opt*  | `string[]` |
| `target_entity` *opt*       | `string`   |

### People Lookup `people_lookup`

Find people in your organization by name, team, title, location, expertise, or fund association. Ask Simon who handles a given area or who is on a team, and it returns matching profiles.

| Parameter                 | Type     |
| ------------------------- | -------- |
| `expertise` *opt*         | `string` |
| `fund_name` *opt*         | `string` |
| `location` *opt*          | `string` |
| `manager_name` *opt*      | `string` |
| `query` *opt*             | `string` |
| `relationship_type` *opt* | `string` |
| `team` *opt*              | `string` |
| `title` *opt*             | `string` |
