# Open Source Integration

If you are using an open source version [Virbe Being Core Light](https://github.com/VirbeHQ/virbe-being-core-light), you will have to use the following Config file to configure the `VirbeBeing` component:

```
{
  "chat": {
    "enabled": true,
    "chatUrl": "http://localhost:8888/api/v1/chat",
    "origin": "http://localhost",
    "chatApiAccessKey": "47asdsa-1231-asdas-77fg"
  },
  "sttConfig": {
    "engine": "google-stt",
    "recordingChannels": 1,
    "recordingFrequency": 16000
  },
  "ttsConfig": {
    "engine": "amazon-polly",
    "audioChannels": 1,
    "audioFrequency": 16000,
    "audioSampleBits": 16,
    "audioType": "pcm"
  }
}
```

Save this JSON as TextAsset in your project `Assets/`, make sure you have locally launched the Docker containers with `./up.sh` script and hit Play to test how it works.\ <br>


---

# 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://docs.virbe.ai/touchpoints/unity/open-source-integration.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.
