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

# SSL certificate and HTTPS

With an SSL certificate, your website or drive works on a secure HTTPS protocol, encrypting the data transmitted between your site and its visitors.

SSL certificates are provided **automatically and free of charge** for all websites created on Wfolio.

### Benefits of an SSL certificate

* The data of your website visitors is securely encrypted.

<figure><img src="/files/xRsS6mWKFJJcAl7mMyJ2" alt="" width="563"><figcaption></figcaption></figure>

* Browsers mark your website as **trusted**.
* Websites using HTTPS tend to **rank higher** in search results.

{% hint style="info" %}
An SSL certificate is issued automatically within **24 hours** after connecting a domain to your website.
{% endhint %}

### Frequently Asked Questions

* **How do I get an SSL certificate?**\
  SSL certificates are issued **automatically and free of charge** for all websites on Wfolio.
* **I’m connecting a domain. When will the SSL certificate be activated?**\
  For **.wfolio.pro** domains, the certificate is active immediately\
  For other domains: within **3 hours** if you purchased the [domain through Wfolio](/getting-started/en/domain/new.md) or within **24 hours** if you connected an [external domain](/getting-started/en/domain/existing-domain.md).
* **My domain registrar is offering an SSL certificate service. Should I accept it?**\
  No. Wfolio provides **free automatic SSL certificates**, so there’s no need to purchase an additional one.\
  Registrars may offer this as a temporary free service, but it can later become paid.\
  We recommend **disabling any extra services** offered by your registrar.


---

# 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.wfolio.pro/getting-started/en/domain/ssl.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.
