# Corporation

The corporation command allow you to pool together resources for bonuses.

Each player can only be part of ONE corporation.

To get started, create a corporation! Only the owner of the guild may do this, as each corporation is bound to a guild.

```
l+corp create [name]
```

Once created, take note of the join type. By default, this is set to OPEN, so anyone on the server can do `l+corp join` and become a member of your corporation.

Obviously, you may not want this, so as an admin of the corporation, you can use the \[config] argument to adjust this setting.

```
l+corp config [0-2]
0 for OPEN
1 for INVITE ONLY
2 for CLOSED
```

You can invite and kick people if you are a corporate admin:

```
l+corp invite @user
l+corp kick @user
```

If you are not a corporate admin, you can utilise the following:

```
l+corp leave
l+corp join
l+corp invest [resource] [quantity]
l+corp info [ID] (ID is optional)
```


---

# 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://lunaris.gitbook.io/lunaris/command-documentation/corporation.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.
