> For the complete documentation index, see [llms.txt](https://docs.canvipress.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.canvipress.com/getting-started/connect-website.md).

# Connect Website

To allow CanviPress to publish Canva designs directly into your WordPress site, we need to securely connect your site to the dashboard. Don’t worry—it’s safe and uses WordPress’s own **Application Passwords** feature.

CanviPress offers two methods to connect your website. Let's start with the first method:

**Connect Website : First Method**

Here’s how:

1. In WordPress, navigate to **Users → Profile → Application Passwords**.
2. Create a new application password:
   * Give it a name like *“CanviPress Integration.”*
   * WordPress will generate a long password—copy it right away because it won’t be shown again.
3. Go back to your **CanviPress Dashboard**.
4. Add a new site and fill in the details:
   * **WordPress Site URL** (your website address)
   * **WordPress Username** (the one you log in with)
   * **Application Password** (the one you just created)
5. Click **Connect**.

If everything is correct, your website will now show up in your CanviPress Dashboard, ready to receive converted pages. 🎉


---

# 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:

```
GET https://docs.canvipress.com/getting-started/connect-website.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
