> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/es/knowledge-base/how-to-articles/create-a-website-entry.md).

# Crear una entrada de sitio web

Una entrada ***Web*** almacena la dirección de un sitio web junto con las credenciales utilizadas para iniciar sesión en él. Una vez guardada en una bóveda, la entrada abre el sitio y rellena el formulario de inicio de sesión.

### Crear la entrada

1. En el ***panel de navegación***, seleccione la bóveda o la bóveda de usuario y la carpeta en la que desea crear la entrada.
2. Seleccione ***Añadir*** para crear una nueva entrada.
3. En la lista de tipos de entrada, seleccione ***Sitio web*** y luego seleccione ***Continuar***.
4. En el campo ***Nombre***, introduzca un nombre para mostrar de la entrada.
5. Seleccione cómo se proporcionan las credenciales en el menú desplegable *​*&#x200B;***Credenciales***&#x200B;*​*.
6. En el campo ***Sitio web***, introduzca la URL de destino.
7. En el campo ***Nombre de usuario***, introduzca la cuenta utilizada para iniciar sesión en el sitio web.
8. En el campo ***Contraseña***, introduzca la contraseña de la cuenta.
9. Seleccione ***Añadir*** para guardar.


---

# 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.devolutions.net/server/es/knowledge-base/how-to-articles/create-a-website-entry.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.
