# Notarizations

Under Notarizations, you can manage the default blockchain target for your notarizations. The default target can always be overridden in the API call. If it is not overriden, Unibright ONE will automatically use the default target and charge the displayed amount of credits.

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

You can see your last 100 notarizations in the list below.

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

Notarizations themselves have to be posted via the Service API (check the [Swagger](/service-reference/swagger.md)reference for details) like in the example below.

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

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

If you are part of a workgrop where a notarization happened, you will see a pending notification under [Notifications](/getting-started/notifications.md)where you can accept or reject.

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

Please note that you can also query, accept and decline pending notifications by using the API. You do not have to use the frontend.


---

# 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.unibright.one/getting-started/notarizations.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.
