# Export

## **GetCrewFromPlayer**

This function only returns the name of the Crew

## **GetExportPerms**

| Table                  | Type    | Description                                     |
| ---------------------- | ------- | ----------------------------------------------- |
| `id_crew`              | number  | The crew ID of the player                       |
| `recruit`              | boolean | Permission to recruit new members               |
| `fire`                 | boolean | Permission to dismiss crew members              |
| `attribute_property`   | boolean | Permission to assign properties                 |
| `give_access_property` | boolean | Permission to grant property access             |
| `access_property`      | boolean | Permission to access properties                 |
| `see_chest`            | boolean | Permission to view the crew chest               |
| `deposit`              | boolean | Permission to deposit items into the crew chest |
| `remove`               | boolean | Permission to remove items from the crew chest  |
| `access_garage`        | boolean | Permission to access the crew garage            |
| `take_car`             | boolean | Permission to take a vehicle from the garage    |
| `park_car`             | boolean | Permission to park a vehicle in the garage      |

## **GetCrewFromPlayerData**

| Table        | Type   | Description        |
| ------------ | ------ | ------------------ |
| `rank`       | number | Player rank number |
| `name`       | string | Crew Name          |
| `id_member`  | number | Player crew id     |
| `id_crew`    | number | Crew id            |
| `motto`      | string | Motto              |
| `label`      | string | Name RP            |
| `id_rank`    | number | Rank id            |
| `identifier` | string | identifier         |

## **CrewGetPlyList**

This function returns exactly the same values as [GetCrewFromPlayerData](#getcrewfromplayerdata) but for each player who is in the crew

## **OpenCrewMenu**

This function is only used to open the menu other than with the command


---

# Agent Instructions: 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:

```
GET https://doc.var-fivem.com/crew/export.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
