# ShipVoice ## Docs - [Configuration](https://docs.shipvoice.dev/configuration.md): Which env file is read when, and the variables that matter. - [Console mode](https://docs.shipvoice.dev/console-mode.md): Run the whole speech to model to speech loop in your terminal with three provider keys. - [Deploy](https://docs.shipvoice.dev/deploy.md): What Docker Compose gives you, and what has to change before this faces anything but your laptop. - [ShipVoice Lite](https://docs.shipvoice.dev/index.md): A voice agent you own, in three services: a LiveKit worker, a FastAPI token server, and a React console. - [Persona](https://docs.shipvoice.dev/persona.md): The agent's instructions are one file, re-read on every job, editable from the console. - [ShipVoice Pro](https://docs.shipvoice.dev/pro.md): What Pro adds over Lite. The Pro documentation itself is not published yet. - [Swapping providers](https://docs.shipvoice.dev/providers.md): Speech to text, the model and text to speech are three arguments in one constructor. - [Quickstart](https://docs.shipvoice.dev/quickstart.md): Fill in one env file, bring up the stack with one command, and start a test call. - [Troubleshooting](https://docs.shipvoice.dev/troubleshooting.md): The quiet failures in this stack, what each one looks like, and the fix.