diff --git a/fern/products/ask-fern/pages/configuration/custom-prompting.mdx b/fern/products/ask-fern/pages/configuration/custom-prompting.mdx index f78f342ae..0d78a6d97 100644 --- a/fern/products/ask-fern/pages/configuration/custom-prompting.mdx +++ b/fern/products/ask-fern/pages/configuration/custom-prompting.mdx @@ -3,7 +3,7 @@ title: Custom Prompting subtitle: Learn how to add your own prompts to our AI Search feature. --- -Out of the box, our AI Search feature uses default prompts to help fine-tune search results. You can reference these in our [system prompts](https://github.com/fern-api/fern-platform/blob/app/packages/fern-docs/search-server/src/utils/system-prompt.ts) file. +Out of the box, our AI Search feature uses default prompts to help fine-tune search results. You can reference these in our [system prompts](https://github.com/fern-api/fern-platform/blob/app/packages/fern-docs/search-server/ask-fern/src/utils/system-prompt.ts) file. Customizing the system prompt gives you the ability to tailor the AI search responses to best serve your users. You can replace the default prompt with your own prompt to increase the relevance and accuracy of the results.