# Welcome to the Farsight AI Starter Library

**Farsight AI** is an end-to-end system optimization and evaluation framework. This library is our open-source starter kit for Python; this makes it easy to iterate and optimize on system prompting as well as improve upon LLM reliability, quality, and security.

Contact us at <info@farsight-ai.com> for inquiries on advanced features and enterprise considerations.

{% hint style="info" %}
Want to integrate quickly? Try out Farsight AI on a colab notebook [here](https://colab.research.google.com/drive/1_lXoxfu9fSfUhsJMhlxmMMNRuZpmKDqd?usp=sharing).
{% endhint %}


---

# Agent Instructions: 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:

```
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.
