# Setup Project

{% embed url="<https://youtu.be/GWf8Jw5A_js>" %}
Tutorial Video
{% endembed %}

## Setup Config

Go to DefaultEngine.ini file and add the following lines

```
[EOSVoiceChat]
bEnabled=True
ProductId=
SandboxId=
DeploymentId=
ClientId=
ClientSecret=
EncryptionKey=1111111111111111111111111111111111111111111111111111111111111112
```

The values can be copied from the Epic's EOS DevPortal

### Call Functions

<figure><img src="https://3031447161-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdLC5iEg3ay9RgivKthJr%2Fuploads%2F1Q8shgEYqDBHZyxVevJG%2Fimage.png?alt=media&#x26;token=1340ea4e-7896-46ef-80e8-966b7d9e06e9" alt=""><figcaption></figcaption></figure>

After calling Initialize, you can call any EOS Voice Function :tada:


---

# 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://betide-studio.gitbook.io/eos-voice-integration-kit/setup-project.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.
