> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/integrations/other-integrations/contentful-general-info-and-key-terms.md).

# Contentful: General info & key terms

{% hint style="info" %}
**FE\&R only Integrations.**\
AB Tasty supports client-side Contentful sites through its tag and visual editor, enabling experimentation. The server-side Contentful app extends this capability by allowing teams to run structured content experiments directly from AB Tasty, reducing developer dependency.
{% endhint %}

### What is Contentful?

Contentful is a **headless CMS** that separates content from its presentation. Teams create structured content once and reuse it across websites, apps, and digital channels.

### Why it matters for AB Tasty

AB Tasty is **fully compatible with client-side Contentful websites** through the AB Tasty tag and visual editor. This allows marketers to easily create and run client-side experiments.

The **server-side AB Tasty app for Contentful** goes beyond that:

The native integration of Contentful and AB Tasty simplifies structured content experimentation by reducing the dependency on developers. Once configured, it allows teams to create and run experimentation campaigns directly in AB Tasty, selecting the content to display for each variation from Contentful.

This application is designed to facilitate test management and content personalisation. It offers the ability to choose a project, a campaign, and its variations, then associate each variation with a content entry. This process is code-free, ensuring a fluid and accessible workflow even for non-technical users.

{% hint style="info" %}
Please note that this integration is only applicable to feature experiments and requires the activation of the Feature Experimentation solution on your AbTasty account.
{% endhint %}

### Next Steps

👉 To install and configure the AB Tasty app, check the [**how-to guide**](/integrations/other-integrations/contentful-general-info-and-key-terms/contentful-install-and-use-our-application.md) in the AB Tasty documentation.\
👉 To access the app directly, go to the Contentful Marketplace


---

# 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.abtasty.com/integrations/other-integrations/contentful-general-info-and-key-terms.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.
