> For the complete documentation index, see [llms.txt](https://frogland.gitbook.io/toadex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://frogland.gitbook.io/toadex/gameplay/land/the-planning-commission/page-3.md).

# Bribing The Planning Commission

Interactions with the Planning Commission have a cost. You can wait in line and pay the standard fee, or dig deep and [offer a bribe](/toadex/gameplay/land/the-planning-commission/page-3.md) to jump the queue. The standard fee may change from time to time.

Size matters — but it’s not the only thing. Cultivating a bribe to the needs of a specific Planning Commission increases the likelihood of acceptance, just like bringing your friends to the party. [Bribes from a Syndicate](/toadex/gameplay/land/the-planning-commission/syndicate-bribes-for-the-planning-commission.md) are bigger and more impressive than an individual’s, and more likely to be accepted, not returned.

The bribery amount is also variable, and will depend on the specific Planning Commission's peculiarities. Some want more money, some may want…other stuff you can offer, or tasks you might be able to complete. [Criss-Cross](https://youtu.be/lqqspC4Sf50). You scratch my back, I’ll scratch yours.

The Planning Commission is a monopoly, and like all monopolies it is inherently, notoriously, verifiably corrupt. Commissioners — whether a Frog or a stream of code logic — can and will deviate from their Oath of Office. They can and will hoodwink the powers that be to trust them. And so maybe you shouldn’t. The rules are always made so winners stay winners and losers become lost. Buyer beware. But remember: if you’re corrupt, and your target isn’t, things can go down bad. On one hand: trust, but verify. On the other: fuck it, why not roll the dice.


---

# 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://frogland.gitbook.io/toadex/gameplay/land/the-planning-commission/page-3.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.
