# Entry Point Type

The Entry Point Type is the node type that start the graph execution, it's not necessary if you use events type such as trigger or connector data

Current deployed entry-point list over the Engine network:<br>

{% code overflow="wrap" %}

```
"Block Type" -> "NodeBlock.Engine.Nodes.EntryPointNode"
"Description" -> "Basic Graph entry point, start the execution of a graph"
"Block Gas Cost" -> 0
```

{% endcode %}

[<br>](https://docs.graphlinq.io/blocks/1-function)


---

# 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.graphlinq.io/dev-tooling/block-type-overview/entry-point-type.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.
