> For the complete documentation index, see [llms.txt](https://betide-studio.gitbook.io/eos-voice-integration-kit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://betide-studio.gitbook.io/eos-voice-integration-kit/setup-project.md).

# 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="/files/PNYTVtQjkrVIJSlSmHQY" alt=""><figcaption></figcaption></figure>

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