> For the complete documentation index, see [llms.txt](https://infinity-command.gitbook.io/infinity-command/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infinity-command.gitbook.io/infinity-command/crew-stations/automating-absent-crew.md).

# Automating Absent Crew

Sometimes, you might not have enough people to fill all the roles on a ship.  Maybe someone's robo-taxi gets stuck in a black hole.

But not to worry!  *Infinity Command* automatically takes care of many functions of the missing Crew Stations.

The system determines whether someone is "missing" based on whether their station is logged in.  The "auto" mode turns on/off as the crew logs in/out of their stations.

**Details & caveats:**

* If no one is logged into the [Repairs](/infinity-command/crew-stations/repairs.md) module, the ship automatically assigns one repair crew to the most damaged system and another repair crew to a random damaged system.  Note that this leaves the third repair crew unassigned, which means repairs will be slightly slower.
* If no one is logged into the [Reactor](/infinity-command/crew-stations/reactor.md) module, the ship automatically provides power to all systems, and the Reactor never overheats.
* Some tasks are never automated.  These include:
  * Steering and throttle — so be sure to put someone in the pilot's seat.
  * Communications (calls, mail messages)
  * Firing weapons
* The [Flight Director](/infinity-command/flight-director/overview.md) can step in to perform almost every operation, regardless of whether the crew member is present.


---

# 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://infinity-command.gitbook.io/infinity-command/crew-stations/automating-absent-crew.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.
