# Weaviate Verba how to get different responses for different age groups?

**URL:** https://forum.weaviate.io/t/weaviate-verba-how-to-get-different-responses-for-different-age-groups/2742
**Category:** Support
**Created:** [June 18, 2024, 7:08pm UTC](https://forum.weaviate.io/t/weaviate-verba-how-to-get-different-responses-for-different-age-groups/2742 "2024-06-18T19:08:53Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![jaydcrowe1989](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.weaviate.io/jaydcrowe1989/32/2634_2.png) [@jaydcrowe1989](https://forum.weaviate.io/u/jaydcrowe1989)
#### Post date: [June 18, 2024, 7:08pm UTC](https://forum.weaviate.io/t/weaviate-verba-how-to-get-different-responses-for-different-age-groups/2742/1 "2024-06-18T19:08:53Z")

</div>

Hi,

I have verba running on my server with my documents loaded and I was wondering if there was a way that I could alter the responses depending on the age of the user? So for example if an adult asked a question but then a child asked the same question you would get a much simpler response. You can do this when creating GPTs so I wondered if there was a way to add this or set it somewhere with weaviate and verba?

Regards,  
Jay

---

<div class="post-metadata">

### Author: ![DudaNogueira](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.weaviate.io/dudanogueira/32/7846_2.png) [@DudaNogueira](https://forum.weaviate.io/u/DudaNogueira)
#### Post date: [June 19, 2024, 1:30pm UTC](https://forum.weaviate.io/t/weaviate-verba-how-to-get-different-responses-for-different-age-groups/2742/2 "2024-06-19T13:30:57Z")

</div>

Hi @jaydcrowe1989 !

This is something you can define on the prompt.

So considering Verba’s context, [here is the corresponding line for GPT4Generator](https://github.com/weaviate/Verba/blob/412331cbab2f88cc94c8ec531f3a8dca38572808/goldenverba/components/generation/GPT4Generator.py#L112)

As you can see, this is hard coded. So one thing you could potentially do is running a custom Verba backend Instance, with a different prompt, connected to the same Weaviate server, and exposing that UI only for your audience.

Feel free to open an feature request in Verba’s repo:

> **[Issues · weaviate/Verba](https://github.com/weaviate/Verba/issues/)**
>
> Retrieval Augmented Generation (RAG) chatbot powered by Weaviate - Issues · weaviate/Verba

Let me know if this helps 🙂

---

<div class="post-metadata">

### Author: ![jaydcrowe1989](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.weaviate.io/jaydcrowe1989/32/2634_2.png) [@jaydcrowe1989](https://forum.weaviate.io/u/jaydcrowe1989)
#### Post date: [June 19, 2024, 1:57pm UTC](https://forum.weaviate.io/t/weaviate-verba-how-to-get-different-responses-for-different-age-groups/2742/3 "2024-06-19T13:57:54Z")

</div>

Hi,

Thank you for your reply.

Yes i managed to do it alterting that line but wasnt sure if there was a better way. And i wasnt sure if there was a way to pass a parameter in from the verba ui which determined which response to use.

---

<div class="post-metadata">

### Author: ![DudaNogueira](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.weaviate.io/dudanogueira/32/7846_2.png) [@DudaNogueira](https://forum.weaviate.io/u/DudaNogueira)
#### Post date: [June 21, 2024, 11:21am UTC](https://forum.weaviate.io/t/weaviate-verba-how-to-get-different-responses-for-different-age-groups/2742/4 "2024-06-21T11:21:08Z")

</div>

Yeah, that would be an interesting feature.

Please, feel free to add it to the repo as a feature request!

Thanks!

---

<div class="post-metadata">

### Author: ![jaydcrowe1989](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.weaviate.io/jaydcrowe1989/32/2634_2.png) [@jaydcrowe1989](https://forum.weaviate.io/u/jaydcrowe1989)
#### Post date: [June 21, 2024, 12:04pm UTC](https://forum.weaviate.io/t/weaviate-verba-how-to-get-different-responses-for-different-age-groups/2742/5 "2024-06-21T12:04:33Z")

</div>

So i guess the only way I can do it at the moment is to have two separate instances running on a sub domain and i flick between the two?

---

<div class="post-metadata">

### Author: ![DudaNogueira](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.weaviate.io/dudanogueira/32/7846_2.png) [@DudaNogueira](https://forum.weaviate.io/u/DudaNogueira)
#### Post date: [June 21, 2024, 8:10pm UTC](https://forum.weaviate.io/t/weaviate-verba-how-to-get-different-responses-for-different-age-groups/2742/6 "2024-06-21T20:10:31Z")

</div>

Yes, I believe that for now that’s the possible solution 😬
