# Drupal CMS AI Assistant

Adds integration with AI services, such as alt text generation and a chat bot to assist with site building. Requires an API key from Open AI or Anthropic.

## Recipes Applied
- Content editor role (core)
- [Drupal CMS Basic Privacy](https://www.drupal.org/project/drupal_cms_privacy_basic)

## Modules and Themes Installed
- [AI Agents](https://www.drupal.org/project/ai_agents)
- [AI Core](https://www.drupal.org/project/ai)
- [AI Dashboard](https://www.drupal.org/project/ai_dashboard)
- [AI Image Alt Text](https://www.drupal.org/project/ai_image_alt_text)
- [Anthropic Provider](https://www.drupal.org/project/ai_provider_anthropic)
- Block (core)
- Custom Menu Links (core)
- [Drupal Canvas](https://www.drupal.org/project/canvas)
- [Key](https://www.drupal.org/project/key)
- [OpenAI Provider](https://www.drupal.org/project/ai_provider_openai)
- Taxonomy (core)

## Installation
This project is part of [Drupal CMS](https://drupal.org/project/cms). If you're not using Drupal CMS, you can still use this recipe in your own project. Add it with the following Composer command:

```
composer require drupal/drupal_cms_ai
```

## Bugs and Feedback
If you encounter any bugs or have feedback about this recipe, please file an issue in the [Drupal CMS issue queue](https://www.drupal.org/project/issues/drupal_cms).
