> For the complete documentation index, see [llms.txt](https://contentsprout-ai.gitbook.io/ai-content/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://contentsprout-ai.gitbook.io/ai-content/getting-started/connecting-websites.md).

# Connecting Websites

Connecting a website is as easy as adding a project. When you add your project, the project columns contain a website connection button. \
\
At this time, the only integration option is WordPress. Please refer to roadmap for a list of integrations that will be added in the near future.

If you have any issues with the connection, try installing the plugin [**Application Passwords**](https://wordpress.com/plugins/application-passwords). We recommend reaching out on Intercom if this doesn't work.

<figure><img src="https://2004518248-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZqsXvA0cuJHriyQTzVjk%2Fuploads%2Fect1N7yyWH4GjJWkjUkT%2Fimage.png?alt=media&amp;token=ed8d9a29-dce7-4d59-b74c-4365bb8dd66e" alt=""><figcaption></figcaption></figure>

When you hit connect, you'll see your WordPress login screen.&#x20;

Use your admin login.

<figure><img src="https://2004518248-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZqsXvA0cuJHriyQTzVjk%2Fuploads%2FxYnOVr41rAYwtLU7y8y3%2Fimage.png?alt=media&amp;token=591cc345-4460-42c0-a768-7992e85d1bbb" alt=""><figcaption></figcaption></figure>

You should be taken to this screen if you have application passwords installed:\
\
![](https://2004518248-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZqsXvA0cuJHriyQTzVjk%2Fuploads%2FTi5OxCWOxVJo6NnNumT5%2Fimage.png?alt=media\&token=ef7295ab-f833-4eb4-9f03-e92a3ab1765c)

If you do not see this screen, you should go into your user details in WordPress to see further details.

<figure><img src="https://2004518248-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZqsXvA0cuJHriyQTzVjk%2Fuploads%2FOAnfXyfeqtIEPS2G2luq%2Fimage.png?alt=media&amp;token=0d68bca2-8952-47dc-8dac-6361da5022a9" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2004518248-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZqsXvA0cuJHriyQTzVjk%2Fuploads%2FJewAgZ50JEHO8ImpOTI7%2Fimage.png?alt=media&amp;token=268cc2a8-cea3-41a6-a014-5b0ccced18e7" alt=""><figcaption></figcaption></figure>

If you do not see this, then please submit a bug report using this link: <https://contentsprout.ai/report-a-bug/>

<figure><img src="https://2004518248-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZqsXvA0cuJHriyQTzVjk%2Fuploads%2FYWHOpeAcFOuG91JEx1So%2Fimage.png?alt=media&amp;token=d7331436-6824-4828-8c95-b49e1f18a860" alt=""><figcaption></figcaption></figure>

You can also email support at <hello@contentsprout.ai>.


---

# 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://contentsprout-ai.gitbook.io/ai-content/getting-started/connecting-websites.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.
