# Wordpress

1. Create Your [Project](/setup-configuration/project.md) in the Secqure [Dashboard](/setup-configuration.md) and obtain your Key Id
2. [Design](/no-codes/webflow.md) Your Login Form and configure [Custom Email ](/setup-configuration/configure-magic-link-page-custom-email-and-sms.md#custom-email)and [SMS](/setup-configuration/configure-magic-link-page-custom-email-and-sms.md#custom-sms)
3. Add Key ID in your WordPress Admin [Plugin](https://wordpress.org/plugins/secqure-login/) Config

Check-out the Secqure Passwordless Login [WordPress Plug-in Page](https://wordpress.org/plugins/secqure-login/)

{% hint style="info" %}
**Note:** If the login form does not show up after following the steps mentioned above,  or you received an error message "something went wrong", the likely cause may be incorrect URL configuration. You can add your test or live URL correctly from [Project Setting>Web URL](/setup-configuration/project-setting-domain-and-session.md#web-url). You can add multiple URLs with comma-separated.

{% endhint %}


---

# Agent Instructions: 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.secuuth.io/no-codes/wordpress.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.
