# DataType:fellowship

Contains all the data about your fellowship

## Members

| **Type**                                                                                                   | **Member**               | **Description**                                           |
| ---------------------------------------------------------------------------------------------------------- | ------------------------ | --------------------------------------------------------- |
| [*bool*](/macroquest/data-types-and-top-level-objects/data-types/datatype-bool.md)                         | **Campfire**             | TRUE if campfire is up, FALSE if not                      |
| [*ticks*](/macroquest/data-types-and-top-level-objects/data-types/datatype-ticks.md)                       | **CampfireDuration**     | Time left on current campfire                             |
| [*float*](/macroquest/data-types-and-top-level-objects/data-types/datatype-float.md)                       | **CampfireX**            | Campfire X location                                       |
| [*float*](/macroquest/data-types-and-top-level-objects/data-types/datatype-float.md)                       | **CampfireY**            | Campfire Y location                                       |
| [*float*](/macroquest/data-types-and-top-level-objects/data-types/datatype-float.md)                       | **CampfireZ**            | Campfire Z location                                       |
| [*zone*](/macroquest/data-types-and-top-level-objects/data-types/datatype-zone.md)                         | **CampfireZone**         | Zone information for the zone that contains your campfire |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)                           | **ID**                   | Fellowship ID                                             |
| [*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_                 | **Leader**               | Fellowship leader's name                                  |
| [*fellowshipmember*](/macroquest/data-types-and-top-level-objects/data-types/datatype-fellowshipmember.md) | **Member\[name\|**#**]** | Member data by *name* or *#*                              |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)                           | **Members**              | Number of members in the fellowship                       |
| [*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_                 | **MotD**                 | Fellowship Message of the Day                             |
| [*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_                 | **To String**            | TRUE if currently in a fellowship, FALSE if not           |


---

# 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://macroquest.gitbook.io/macroquest/data-types-and-top-level-objects/data-types/datatype-fellowship.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.
