# Update-VA-configurations-for-enhanced-Aviator-semantic-search-accuracy_686074767 ## Introduction This topic describes how to update the VA configrations to improve the semantic search accuracy on the PM tenant. ## Update VA configurations 1. In the same browser of the tenant, open a new tab, enter **https://ais.itsma-ng.org/sap/rest-client?TENANTID=** in the URL to go to Rest Call page. 2. Enter **virtual-agent/agentsetting**, select the **GET** method, and click **Send**. You will get the current VA configurations in the response. 3. Copy the following JASON script from the response. ![](attachments/686074767/686074763.png) 1. Switch to the **PUT** mode and paste the above information, change the **topK** and **scoreThreshold** parameters accordingly in the **qna** and **intent** sections, and then click **Send**. ![](attachments/686074767/686074765.png) 1. You can switch to **GET** mode to get the latest configurations to double check if the change takes effect. ## Attachments: [VDBconfig.png](attachments/686074767/686074763.png) (image/png) [qnaIntent.png](attachments/686074767/686074765.png) (image/png)