# CORE FEATURES

- [Create a Wallet](https://docs.cometh.io/core-features/create-a-wallet.md): Onboard your user with a few lines of code
- [Send transactions](https://docs.cometh.io/core-features/send-transactions.md): Sending user operations has never been easier
- [Go Gasless](https://docs.cometh.io/core-features/go-gasless.md)
- [Sign/Verify a message](https://docs.cometh.io/core-features/sign-verify-a-message.md): You can sign and verify messages in just 1 line of code.
- [Retrieve a wallet address](https://docs.cometh.io/core-features/retrieve-a-wallet-address.md): Retrieve your user wallet without a backend
- [Handle owners](https://docs.cometh.io/core-features/handle-owners.md): You can easily add, remove or get all your wallet owners.
- [Import a safe into connect](https://docs.cometh.io/core-features/import-a-safe-into-connect.md): Import safe into Cometh Connect


---

# 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.cometh.io/core-features.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.
