> For the complete documentation index, see [llms.txt](https://setka.gitbook.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://setka.gitbook.io/help-center/integrations/setka-and-drupal/installing-setka-modules-for-drupal.md).

# Installing Setka modules for Drupal

## Installing Drupal 7, Drupal 8 modules

**Installation steps**

1\. Upload the [Setka Editor module](https://www.drupal.org/project/setka_editor) and install it via the standard Drupal installation process&#x20;

* [Drupal 7](https://www.drupal.org/node/895232)&#x20;
* [Drupal 8](https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules)&#x20;

2\. Go to `/admin/structure/types`.

3\. Choose a content type for which you will use Setka Editor and click on "Manage Fields" (Drupal 7) or "Manage Form Display" (Drupal 8).

4\. Select the Setka Editor widget for any desired fields:

![Screenshot: Choosing Setka format for a Body field of a content type in Drupal](/files/-MR7T3wC2CjFK3ZZZIMb)

5\. Return to `/admin/structure/types` and click **Manage Display**.

6\. Add Setka Editor as a format to an appropriate field:

![Screenshot: Choosing Setka format for a Body field of a content type in Drupal](/files/-MR7T9DAK_6buv8qf8oy)

7\. After the module is installed, don’t forget to activate it at `/admin/config/content/setka-editor`

Once you’ve installed the Setka Editor — WYSIWYG post-builder module, you will be prompted to enter a license key to connect Setka Editor to your site.

Create Setka Account on [https://editor.setka.io](https://editor.setka.io/).&#x20;

Then copy the license key from the CMS Integration tab and paste it in your [Setka Editor WYSIWYG post-builder module](https://www.drupal.org/project/setka_editor) settings page: `/admin/config/content/setka-editor`.

{% hint style="warning" %}
To install the [Setka Editor — WYSIWYG post-builder module](https://www.drupal.org/project/setka_editor), you will need to have already installed PHP version 5.3 or later for Drupal 7, or 7.0 or later for Drupal 8. **You will not be able to install Setka Editor if you are using earlier versions of PHP.**
{% endhint %}


---

# 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://setka.gitbook.io/help-center/integrations/setka-and-drupal/installing-setka-modules-for-drupal.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.
