# Quick Start

1. Activate the SeamlessTravel setting in your GameMode (Optional, but Recommended)
2. Add the "AC\_MapVote\_Manager" actor component to your GameState, which will take care of all the management.
3. Inherit your PlayerController to "PC\_MapVote", and remember to Parent the BeginPlay function!
4. Create or modify a DataTable inherited from the "S\_MapVote" structure
5. You can now configure the "AC\_MapVote\_Manager" component with your parameters
6. Use the "Start Vote" function of the "AC\_MapVote\_Manager" component from the server to start a vote.

If you want to use the LaunchOptions parameter, remember to put & at the beginning.


---

# 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://400-interactive.gitbook.io/mapvote/quick-start.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.
