# Search in brand rag documents for similar documents **GET /chat/rag/search-documents** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Headers - **X-Popsell-Brand** (integer) The id of the target brand ### Query parameters - **question** (string) The question to search for ## Responses ### 200 Returns the brand vectors that are similar to the question #### Body: application/json (array[object]) - **id** (integer) - **content** (string) - **distance** (number) - **actions** (array[object]) ### 403 Forbidden - You don't have permission to access this route [Powered by Bump.sh](https://bump.sh)