> For the complete documentation index, see [llms.txt](https://docs.appmysite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appmysite.com/app/connectivity/wordpress-connectivity/configure-solid-security.md).

# Configure Solid Security

### How to configure the Solid security plugin to establish connectivity with AppMySite?

If you’re using the [**Solid security plugin**](https://wordpress.org/plugins/better-wp-security/) on your websit&#x65;**,** you may be unable to establish connectivity between your website and app. This is because the Solid security plugin provides restricted access to WordPress REST APIs.&#x20;

{% embed url="<https://scribehow.com/shared/Configure_iThemes__LqFms0lKR5O3N64E_Wt0Rg>" %}

The following steps show how you can configure Solid security to establish connectivity with AppMySite:

* Login to your WordPress website’s admin panel.&#x20;
* Go to Security from the left side menu and select Settings.&#x20;
* On the Settings screen, search for WordPress Tweaks in the search bar.&#x20;
* Navigate to API Access. Under the REST API section, select Default Access.&#x20;
* Click on Save on the bottom right of the page.&#x20;

{% embed url="<https://www.youtube.com/watch?v=ByJvQNG_Ow8>" %}

{% hint style="warning" %}
Try connecting your website and app again after configuring the default access of Solid security settings on your website.&#x20;
{% endhint %}

Follow these guides to establish connectivity between your website and app again:&#x20;

{% content-ref url="/pages/dr6tJxNztfk85oMQPcL7" %}
[Connectivity](/app/connectivity.md)
{% endcontent-ref %}


---

# 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.appmysite.com/app/connectivity/wordpress-connectivity/configure-solid-security.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.
