> For the complete documentation index, see [llms.txt](https://play.robobattles.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://play.robobattles.com/adventure/quests/no-time-to-waste.md).

# No Time to Waste

<figure><img src="/files/SU1Q14OdrqhVal5d2Esg" alt=""><figcaption></figcaption></figure>

### Rewards

* :trophy: **400 XP**

**\[Zoe Foxlin]** You've heard the news, right? You haven't!? Do you even check your notifications!? We're down a competitor for tonight's Bot Battles! The headline match was supposed to feature Ben Carr, one of our volunteer firefighters. But a wildfire sprung up a few hours ago. His whole squad got called out to fight it. I've been scrambling to find someone to take his place.

I know you haven't been here long, but Zoe tells me you're a total natural. This could be your big break. A chance to show off your bot battling on the big stage. Do you think you can put a bot together in time?

One important thing. Tonight's battle is custom controls only! Hurry over to Zoe's Garage and she can help you put the finishing touches on your very own control program.

<figure><img src="/files/0sJmSUsJgH8bNS3n5g2j" alt=""><figcaption></figcaption></figure>

***

I can't believe it worked. I couldn't have done it without you!

Wait, what time is it!? Whew, we JUST made it. I'm going to send this program over to the Martinez Twins. VentureState's bot won't stand a chance.

Now that you know how to code, you can start experimenting with custom joystick controls for your own bot designs. Come back to me when you're ready to learn how to use controller buttons, too. I can even show you how to trigger automations.


---

# 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://play.robobattles.com/adventure/quests/no-time-to-waste.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.
