> For the complete documentation index, see [llms.txt](https://docs.department77.com/department-77/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.department77.com/department-77/guides.md).

# Guides

- [Getting Started](https://docs.department77.com/department-77/guides/getting-started.md): Updated February 2023
- [1. Get some droids!](https://docs.department77.com/department-77/guides/getting-started/1.-get-some-droids.md): Polygon or Secret Network
- [2. Connect your wallet](https://docs.department77.com/department-77/guides/getting-started/2.-connect-your-wallet.md): https://department77.com/bureau/settings
- [3. Create your bureau](https://docs.department77.com/department-77/guides/getting-started/3.-create-your-bureau.md)
- [4. Train your droids](https://docs.department77.com/department-77/guides/getting-started/4.-train-your-droids.md)
- [5. Deploy to missions](https://docs.department77.com/department-77/guides/getting-started/5.-deploy-to-missions.md): Time to get some sweet loot
- [Droids](https://docs.department77.com/department-77/guides/droids.md)
- [Attributes](https://docs.department77.com/department-77/guides/droids/attributes.md)
- [Travel](https://docs.department77.com/department-77/guides/droids/travel.md)
- [Repairs & Buffs](https://docs.department77.com/department-77/guides/droids/repairs-and-buffs.md)
- [Inventory](https://docs.department77.com/department-77/guides/droids/inventory.md)
- [Tuning (Advanced)](https://docs.department77.com/department-77/guides/droids/tuning-advanced.md): Time to get fiddly
- [Personality Types](https://docs.department77.com/department-77/guides/droids/personality-types.md)
- [KILO (₭)](https://docs.department77.com/department-77/guides/kilo-lak.md)
- [Missions](https://docs.department77.com/department-77/guides/missions.md)
- [Bounty Missions](https://docs.department77.com/department-77/guides/missions/bounty-missions.md)
- [Active Mission Tab](https://docs.department77.com/department-77/guides/missions/bounty-missions/active-mission-tab.md)
- [Field Requests](https://docs.department77.com/department-77/guides/missions/bounty-missions/field-requests.md)
- [War Balance](https://docs.department77.com/department-77/guides/missions/bounty-missions/war-balance.md)
- [Dice Rolls (advanced)](https://docs.department77.com/department-77/guides/missions/bounty-missions/dice-rolls-advanced.md)
- [Union Bounties (advanced)](https://docs.department77.com/department-77/guides/missions/bounty-missions/union-bounties-advanced.md)
- [Broker Missions](https://docs.department77.com/department-77/guides/missions/broker-missions.md)
- [Scavenging](https://docs.department77.com/department-77/guides/missions/scavenging.md)
- [Support Contracts](https://docs.department77.com/department-77/guides/missions/support-contracts.md)
- [Sol Events](https://docs.department77.com/department-77/guides/missions/sol-events.md)
- [Mission Loot](https://docs.department77.com/department-77/guides/missions/mission-loot.md)
- [Bureau Warehouse](https://docs.department77.com/department-77/guides/bureau-warehouse.md)
- [Items](https://docs.department77.com/department-77/guides/bureau-warehouse/items.md)
- [Materials](https://docs.department77.com/department-77/guides/bureau-warehouse/materials.md)
- [Ships](https://docs.department77.com/department-77/guides/ships.md)
- [Vendors](https://docs.department77.com/department-77/guides/vendors.md)
- [Custom Shop](https://docs.department77.com/department-77/guides/custom-shop.md)
- [Workshop](https://docs.department77.com/department-77/guides/workshop.md)
- [Terminal](https://docs.department77.com/department-77/guides/terminal.md)


---

# 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://docs.department77.com/department-77/guides.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.
