> For the complete documentation index, see [llms.txt](https://doc.anytype.io/anytype-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.anytype.io/anytype-docs/espanol/nociones-basicas/object-editor/create-an-object.md).

# Maneras de crear objetos

### Menú de navegación

Al hacer clic en el botón +, un menú te presentará los tipos de objeto por defecto junto con los que hayas usado más recientemente. Aquí podrás elegir el tipo de objeto que quieres crear.

En los [ajustes de tu arca](https://github.com/anyproto/docs/blob/main/es-ES/basics/vault-and-key/account-and-data.md#preferences) puedes elegir si prefieres que este menú aparezca al pasar el puntero o al hacer clic derecho. Con cualquiera de estas dos alternativas, un solo clic izquierdo creará inmediatamente un nuevo objeto del tipo que hayas establecido por defecto en los ajustes de ese espacio.

Para ver el menú con la opción de pasar el puntero debes dejar el puntero unos segundos sobre el botón `+`, mientras que con la opción de clic derecho deberás hacer clic derecho en el botón `+`.

<figure><img src="/files/YhAMuHZrpfSJEC66heAj" alt=""><figcaption></figcaption></figure>

### Comando con barra diagonal

Si quieres crear un objeto sobre la marcha mientras trabajas con Anytype, escribe el carácter «/». Esto mostrará un menú con diversas opciones, como la lista de tipos de objetos que hay en tu espacio. Selecciona el tipo de objeto que quieres crear. Cuando lo hagas, se insertará un enlace al objeto en el punto del lienzo en el que estés.

<figure><img src="/files/F9cTT7cZbsgEOHmumdtF" alt=""><figcaption></figcaption></figure>

Este método también se puede usar para crear un enlace a un objeto existente.

### Atajo de teclado

Para crear rápidamente un objeto nuevo, puedes usar el atajo ⌘+N.

Este atajo equivale a hacer clic en signo «+» de la barra de navegación.

### Convertir en objeto

Si quieres convertir en objeto un bloque en el que estás trabajando, puedes hacerlo desde el menú de acciones, que se abre de una de estas formas:

1. Pasa el puntero por el extremo izquierdo del bloque en cuestión y haz clic en los 3 puntos.
2. Usa el atajo ⌘+/.

<figure><img src="/files/21QB6IyUIQRziCsDjdsr" alt=""><figcaption><p>Menú de acciones</p></figcaption></figure>


---

# 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://doc.anytype.io/anytype-docs/espanol/nociones-basicas/object-editor/create-an-object.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.
