# Using go-live

- [Local Development Server](https://antsankov.gitbook.io/go-live/usecases/defaults.md): The default use case of go-live is as local development server. This application will serve any files of the directory it's run in, including subdirectories.
- [Production Site Hosting](https://antsankov.gitbook.io/go-live/usecases/production-site-hosting.md): go-live is also intended to be a simple replacement to Github-pages. Use this on an internet-facing server to quickly host a set of HTML files.
- [File Hosting Server](https://antsankov.gitbook.io/go-live/usecases/file-hosting-server.md): go-live can also perform basic network file hosting of a directory. Fast file grabbing.


---

# Agent Instructions: 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:

```
GET https://antsankov.gitbook.io/go-live/usecases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
