> ## Documentation Index
> Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Camel.toolkits.craw4ai toolkit

<a id="camel.toolkits.craw4ai_toolkit" />

<a id="camel.toolkits.craw4ai_toolkit.Crawl4AIToolkit" />

## Crawl4AIToolkit

```python theme={"system"}
class Crawl4AIToolkit(BaseToolkit):
```

A class representing a toolkit for Crawl4AI.

<a id="camel.toolkits.craw4ai_toolkit.Crawl4AIToolkit.__init__" />

### **init**

```python theme={"system"}
def __init__(self, timeout: Optional[float] = None):
```

<a id="camel.toolkits.craw4ai_toolkit.Crawl4AIToolkit.get_tools" />

### get\_tools

```python theme={"system"}
def get_tools(self):
```

**Returns:**

List\[FunctionTool]: A list of FunctionTool objects
representing the functions in the toolkit.
