# Welcome to AI Ethics Tool

{% hint style="info" %}
If you like this tool and find it valuable, please join our [Public Discord!](https://discord.gg/YZM7XcMzAg)
{% endhint %}

## Overview

> The AI Ethics Tool aims to provide practical normative guidance for researchers, practitioners, and developers working with AI algorithms. This tool conceptualizes algorithmic development in six phases (Development, Design, Training, Building, Testing, Deployment, Monitoring). In each phase, different resources rooted in core AI Ethics Principles ([Beneficence](https://ai-ethics-tool.gitbook.io/ai-ethics-tool/additional-resources/ai-ethics-principles#beneficence), [Non-Maleficence](https://ai-ethics-tool.gitbook.io/ai-ethics-tool/additional-resources/ai-ethics-principles#non-maleficence), [Justice](https://ai-ethics-tool.gitbook.io/ai-ethics-tool/additional-resources/ai-ethics-principles#justice), [Autonomy](https://ai-ethics-tool.gitbook.io/ai-ethics-tool/additional-resources/ai-ethics-principles#autonomy), and [Explainability](https://ai-ethics-tool.gitbook.io/ai-ethics-tool/additional-resources/ai-ethics-principles#explainability)) are made available to foster ethical reflection about AI.

## Quick links

{% content-ref url="general/development" %}
[development](https://ai-ethics-tool.gitbook.io/ai-ethics-tool/general/development)
{% endcontent-ref %}

{% content-ref url="general/design" %}
[design](https://ai-ethics-tool.gitbook.io/ai-ethics-tool/general/design)
{% endcontent-ref %}

{% content-ref url="general/training" %}
[training](https://ai-ethics-tool.gitbook.io/ai-ethics-tool/general/training)
{% endcontent-ref %}

{% content-ref url="general/building" %}
[building](https://ai-ethics-tool.gitbook.io/ai-ethics-tool/general/building)
{% endcontent-ref %}

{% content-ref url="general/testing" %}
[testing](https://ai-ethics-tool.gitbook.io/ai-ethics-tool/general/testing)
{% endcontent-ref %}

{% content-ref url="general/deployment" %}
[deployment](https://ai-ethics-tool.gitbook.io/ai-ethics-tool/general/deployment)
{% endcontent-ref %}

{% content-ref url="general/monitoring" %}
[monitoring](https://ai-ethics-tool.gitbook.io/ai-ethics-tool/general/monitoring)
{% endcontent-ref %}

{% content-ref url="general/fostering-ethics-and-virtues" %}
[fostering-ethics-and-virtues](https://ai-ethics-tool.gitbook.io/ai-ethics-tool/general/fostering-ethics-and-virtues)
{% endcontent-ref %}

{% content-ref url="additional-resources/ai-ethics-principles" %}
[ai-ethics-principles](https://ai-ethics-tool.gitbook.io/ai-ethics-tool/additional-resources/ai-ethics-principles)
{% endcontent-ref %}


---

# 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://ai-ethics-tool.gitbook.io/ai-ethics-tool/readme.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.
