> For the complete documentation index, see [llms.txt](https://docs.directoryfa.st/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.directoryfa.st/features.md).

# Features

- [AI](https://docs.directoryfa.st/features/ai.md): DirectoryFast implements various AI features to make your life easier!
- [AI URL Scanner & Scan Jobs](https://docs.directoryfa.st/features/ai/ai-url-scanner-and-scan-jobs.md): Scan any product webpage to automatically extract information and create products in your directory.
- [Analytics](https://docs.directoryfa.st/features/analytics.md): Collect all the analytics you want and showcase them with PostHog
- [Authentication](https://docs.directoryfa.st/features/authentication.md): Unlock interactive features for your users with Better Auth.
- [API](https://docs.directoryfa.st/features/api.md): DirectoryFast is built on the latest NextJs features, including the App router.
- [Protected Endpoints](https://docs.directoryfa.st/features/api/protected-endpoints.md): Sometimes you may need to restrict access to a page to authenticated users only.
- [Blog](https://docs.directoryfa.st/features/blog.md): Build authority and SEO with quality posts about your niche
- [Database](https://docs.directoryfa.st/features/database.md): Prisma will allow you to query the database with ease using Javascript/Typescript
- [Emails](https://docs.directoryfa.st/features/emails.md): Email mechanics are a pillar for creating engagement with your users.
- [Error Pages](https://docs.directoryfa.st/features/error-pages.md): Feedback is essential to users, especially when something wrong is going on.
- [Icons](https://docs.directoryfa.st/features/icons.md): Having heterogeneous icons contributes greatly to the aesthetics of your application.
- [Payments](https://docs.directoryfa.st/features/payments.md): Directories are a wonderful way to earn money, so it comes with afull payment process built-in.
- [Monetization](https://docs.directoryfa.st/features/monetization.md): Start earning money.
- [Private Pages](https://docs.directoryfa.st/features/private-pages.md): Pages like Dashboard need authentication checks, learn how to protect them.
- [SEO](https://docs.directoryfa.st/features/seo.md): Directories are a true cheat code for SEO, don't sleep on it!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.directoryfa.st/features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
