> For the complete documentation index, see [llms.txt](https://about.foundationcraft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://about.foundationcraft.com/server-commands/the-plot-command.md).

# The Plot Command

Players can use the `/plot` command to view a list of all available plot commands. Players can use the `/plot info` command for information about a specific plot.

### Locking Plots

All claimed plots are locked by default but can be unlocked to allow settlement visitors to interact with certain blocks in the plot such as doors and buttons. Players can lock a claimed plot that they own or rent using the `/plot lock` command. Settlement owners can lock all of the plots in their settlement using the `/settlement lock`  which does not affect homes or shops in the settlement. Homes and shops can be locked using the `/home lock` and `/shop lock` commands, respectively.

### Unlocking Plots

Plots can be unlocked by settlement owners, managers, and renters using the `/plot unlock` command which allows other players certain interactions in the plot such as opening doors, pushing buttons, switching levers, and triggering pressure plates but does not allow other players to place blocks, destroy blocks, or access any kind of protected storage. Homes and shops can be unlocked using the `/home unlock` and `/shop unlock` commands, respectively.

### **Linking Portals**

Players can use the `/plot linkportals` command to link all portals in a plot to a settlement, shop, or home that they are allowed to teleport to. For example, to link a portal to your home use the `/plot linkportals home <name>` command. Other players can only use portals to teleport to a home if it is for sale, for rent, or rented by the player teleporting through the portal.

### Clearing Entities

Players can use the `/plot clear <entity>` command to remove items, animals, and pets from a specific plot in their settlement. Pets are just animals that have been named using a name tag.

### Claiming Plots

Players can use the `/plot claim` command for help claiming plots in The Frontier.

### Plot Limits

Players can use the `/plot limits` command to view plot limits in The Wilderness. Using this command in a claimed plot will show the number of limited blocks placed in the plot.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://about.foundationcraft.com/server-commands/the-plot-command.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
