# Call Params

Call params holds the abi encoded params of a function call.

It can be EIP712 struct type or bytes type.

When using complex types, e.g. strings, arrays, bytes, etc. inside a struct type, types list must be sent with the EIP712 message in order for the FCT\_Engine to reconstruct the EIP712 message from a given encoded abi. &#x20;


---

# 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.intentable.io/intent-structure/calls/call-params.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.
