Skip to content
Closed
3 changes: 3 additions & 0 deletions fern/products/docs/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ navigation:
contents:
- page: Overview
path: ./pages/ai/overview.mdx
- page: Fern Agent
path: ./pages/ai/fern-agent.mdx
slug: fern-agent
- page: Fern Writer
path: ./pages/ai/writer.mdx
- page: AI-generated examples
Expand Down
80 changes: 80 additions & 0 deletions fern/products/docs/pages/ai/fern-agent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
---
title: Fern Agent
description: An agentic AI assistant built into the Fern Dashboard that lets you edit docs, explore analytics, and manage your organization — all in plain language.
---

Fern Agent is an AI assistant built directly into the [Fern Dashboard](https://dashboard.buildwithfern.com/). Instead of navigating menus and settings manually, you can describe what you want in plain language and Fern Agent will carry it out or point you in the right direction.

## What you can do

### Edit your docs

Ask Fern Agent to make changes to any of your docs sites. It reads your source repository, makes the requested edits, and delivers them as a branch, a pull request, or a live draft in the visual editor — whichever you prefer.

<Prompt title="Add a new page">
Add a new page about authentication to my getting-started guide.
</Prompt>

<br />

<Prompt title="Rewrite existing content">
Rewrite the introduction on the overview page to be more concise.
</Prompt>

<br />

<Prompt title="Reorganize navigation">
Move the changelog section to the top of the sidebar.
</Prompt>

### Explore analytics

Ask questions about your docs traffic, reader behavior, and broken links without writing a single query.

<Prompt title="Check traffic">
Which pages got the most traffic last month?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[Microsoft.QuestionMarks] Use questions sparingly.

</Prompt>

<br />

<Prompt title="Find broken links">
Are there any 404s on my site?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[Microsoft.QuestionMarks] Use questions sparingly.

</Prompt>

<br />

<Prompt title="Understand traffic sources">
Where is my traffic coming from?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Microsoft.Contractions] Use 'where's' instead of 'Where is'.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[Microsoft.QuestionMarks] Use questions sparingly.

</Prompt>

### Review Ask AI activity

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[FernStyles.Headings] 'Review Ask AI activity' should use sentence-style capitalization.


Get a summary of what your readers are asking [Ask Fern](/learn/docs/ai-features/ask-fern/overview), which questions went unresolved, and what topics might need better documentation coverage.

<Prompt title="Summarize reader questions">
What have readers been asking about this week?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[Microsoft.QuestionMarks] Use questions sparingly.

</Prompt>

<br />

<Prompt title="Find unresolved conversations">
Show me unresolved Ask AI conversations.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[FernStyles.FirstPerson] Use first person (such as 'me') sparingly.

</Prompt>

### Manage your organization

Ask about members, billing, API keys, and site settings. For actions that require dashboard access, Fern Agent links you directly to the right page.

<Prompt title="Check organization members">
Who are the admins in my organization?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[Microsoft.QuestionMarks] Use questions sparingly.

</Prompt>

<br />

<Prompt title="Find API key settings">
Where do I manage API keys?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[FernStyles.FirstPerson] Use first person (such as ' I') sparingly.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[Microsoft.QuestionMarks] Use questions sparingly.

</Prompt>

## Getting started

Fern Agent is available to all Fern users from the [Dashboard](https://dashboard.buildwithfern.com/). Open the dashboard and use the chat panel to start a conversation. No setup is required.
Loading