# Programmatic

Programmatic verification allows you to automate the contract verification process directly from your development environment. This approach is ideal for CI/CD pipelines and streamlined deployment workflows.

## Available Frameworks

Choose your preferred development framework:

* [**Hardhat**](/smart-contracts/developing-contracts/verify-a-contract/programmatic/hardhat.md) - Popular Ethereum development environment with extensive plugin ecosystem
* [**Foundry**](/smart-contracts/developing-contracts/verify-a-contract/programmatic/foundry.md) - Fast, portable, and modular toolkit for Ethereum application development

[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill_Page+URL=https://docs.filecoin.io/smart-contracts/developing-contracts/verify-a-contract/programmatic)


---

# 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.filecoin.io/smart-contracts/developing-contracts/verify-a-contract/programmatic.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.
