# Permits' entrypoints

This section describes a permits part of a project. This part fully support [TZIP-017](https://gitlab.com/tezos/tzip/-/blob/master/proposals/tzip-17/tzip-17.md).

### &#x20;Risks

Before you use a permit system we want to be sure you understand the following

1. Permits may not be timely submitted. Since the counter is a global variable, the counter may be increased already at the time the permit is submitted another one is processed by the permit entrypoint.
2. Existing permits may be guessed and executed.

{% content-ref url="/pages/zfAsyOdibpENaFxVH3g8" %}
[permit](/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/permits-entrypoints/permit.md)
{% endcontent-ref %}

{% content-ref url="/pages/AIhX8uwwaF9oUt4qG8Vv" %}
[set\_expiry](/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/permits-entrypoints/set_expiry.md)
{% endcontent-ref %}


---

# 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.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/permits-entrypoints.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.
