Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Customizing the system prompt gives you the ability to tailor the AI search resp
```
</Step>
<Step title="Add in your custom prompts">
Insert your custom prompts in the `system-prompt` field. Anthropic has a [great guide](https://docs.anthropic.com/en/docs/prompt-engineering/system-prompts) that can help provide ideas and examples for your custom prompts.
Insert your custom prompts in the `system-prompt` field. Anthropic has a [great guide](https://docs.claude.com/en/docs/claude-code/sdk/modifying-system-prompts) that can help provide ideas and examples for your custom prompts.
You can also leverage Fern's [system prompts](https://github.com/fern-api/fern-platform/blob/4e823037606106a293f6abff24a9606cdcfe31fb/packages/fern-docs/search-server/src/utils/system-prompt.ts#L22-L31) as a starting point.

</Step>
Expand Down