Profound AI FAQs
If you have a question about your Profound AI instance that is not answered here, please reach out to our Support Team.
What is the minimum version of Profound UI that will work with Profound AI?
The minimum Profound UI version that will work with Profound AI is 6.24.0.
Which tiers of Profound AI have logging included?
Logging is only enabled for Business and Enterprise tiers of Profound AI. This also means that the ai_chat.log is only available for these tiers as well, and it is not available in the Standard tier.
Can I use the AI Agent on a different domain?
Yes! Although, there are some important details that should be kept in mind:
If you are using the Agent on a different domain and a different port, you will need to enable CORS for the Agent in the following two places:
The Deploy Agent dialog.
The enableCORS configuration setting.
If one domain is HTTPS, the other domain must also use HTTPS.
Do I need to have a paid account/version of the Large Language Model (e.g., OpenAI, etc.) in order to use it with Profound AI?
Yes, it will usually be required that you have a paid version of the Large Language Model you are trying to use. This is because most of the Large Language Models will only work with Profound AI if you have a paid version.
My Agent isn’t working in the IDE. What should I do/check?
If your Agent isn’t working in the IDE, we recommend that you check your instance version.
If you are running an instance of Profound AI that is older than 7.13.0, then you will need to upgrade to 7.13.0 or newer. This is because a bug was identified in older versions that related to this, and it was fixed in Profound AI version 7.13.0.
I get an error when uploading Knowledge Documents for my Agent.
If you receive an error when uploading Knowledge Documents, make sure that you are using a model that utilizes the “assistants” endpoint/API.
This functionality does not work with the “completion” endpoint/API.
Currently,
OpenAI
models use “assistants” endpoints.The
assistants
endpoint is not yet available via Azure OpenAI (as of mid-2025).