# Farsight AI Starter Docs

## Farsight AI Starter Docs

- [Welcome to the Farsight AI Starter Library](https://api.farsight-ai.com/sdk/get-started/welcome-to-the-farsight-ai-starter-library.md): LLM quality and efficiency start here. Gone are the days of manual output evaluation and system prompt iteration
- [Overview](https://api.farsight-ai.com/sdk/get-started/welcome-to-the-farsight-ai-starter-library/overview.md): Check out Farsight's Capabilities
- [Getting Started](https://api.farsight-ai.com/sdk/get-started/welcome-to-the-farsight-ai-starter-library/getting-started.md): Improve and evaluate your LLM applications with a few simple steps
- [Metrics](https://api.farsight-ai.com/sdk/metrics.md): Baseline metrics to set the foundations for evaluating your LLMs and systems
- [Standard Metrics](https://api.farsight-ai.com/sdk/metrics/standard-metrics.md): Evaluate your LLM outputs with standard Farsight metrics
- [Custom Metrics](https://api.farsight-ai.com/sdk/metrics/custom-metrics.md): Evaluate your LLM outputs with easy-to-implement custom metrics
- [Introduction](https://api.farsight-ai.com/sdk/fully-automated-prompt-optimization/introduction.md): Automatically uncover an optimized system prompt that will drive your system towards high performance
- [Tutorial](https://api.farsight-ai.com/sdk/fully-automated-prompt-optimization/introduction/tutorial.md): Find your optimized system prompt automatically
- [Generation and Evaluation](https://api.farsight-ai.com/sdk/fully-automated-prompt-optimization/generation-and-evaluation.md): Find your optimized system prompt automatically
- [Introduction](https://api.farsight-ai.com/sdk/step-by-step-prompt-optimization/introduction.md): Generate and evaluate your system prompts with more manual control / oversight
- [Tutorial](https://api.farsight-ai.com/sdk/step-by-step-prompt-optimization/introduction/tutorial.md): Improve and evaluate your LLM applications with a few simple steps
- [Prompt Generation](https://api.farsight-ai.com/sdk/step-by-step-prompt-optimization/prompt-generation.md): Auto-Generate High-Quality Potential System Prompts
- [Prompt Evaluation](https://api.farsight-ai.com/sdk/step-by-step-prompt-optimization/prompt-evaluation.md): Find your optimized system prompt automatically
- [Rubric Development](https://api.farsight-ai.com/sdk/step-by-step-prompt-optimization/prompt-evaluation/rubric-development.md): Create a rubric to evaluate your best prompts


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://api.farsight-ai.com/sdk/get-started/welcome-to-the-farsight-ai-starter-library.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
