# CogniswitchKnowledgeSourceURL

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/tools/cogniswitch/tool/CogniswitchKnowledgeSourceURL)

Tool that uses the Cogniswitch services to store data from a URL.

name: str = "cogniswitch_knowledge_source_url"
description: str = (
    "This calls the CogniSwitch services to analyze & store data from a url.
    the URL is provided in input, assign that value to the url key.
    Assign document name & description only if provided in input"
)

## Signature

```python
CogniswitchKnowledgeSourceURL()
```

## Extends

- `BaseTool`

## Properties

- `name`
- `description`
- `cs_token`
- `OAI_token`
- `apiKey`
- `knowledgesource_url`

## Methods

- [`store_data()`](https://reference.langchain.com/python/langchain-community/tools/cogniswitch/tool/CogniswitchKnowledgeSourceURL/store_data)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/tools/cogniswitch/tool.py#L293)